Skip to content

Commit

Permalink
Small typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacarlone authored Jul 26, 2024
1 parent 46de336 commit 6c019ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ As **root** on tiamat run:
```
cd /docker/book
git pull
docker-compose up --build -d
docker compose up --build -d
```

If you notice `mdbook` has been updated and it needs to be recompiled run:
```
docker-compose build --no-cache
docker-compose up -d
docker compose build --no-cache
docker compose up -d
```

0 comments on commit 6c019ef

Please sign in to comment.