Skip to content

Commit

Permalink
docs: fix minor mistakes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 8, 2024
1 parent 5517fde commit 057959b
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 @@ -41,10 +41,10 @@ The instructions below detail how to build and serve the documentation.
just init
# Optional (if you want to include the last official docs as well)
just checkout-version
just checkout-version "<tag>"
```

You can also checkout a fork instead (rather than the main project)by providing the git url of the fork as the first positional argument.
You can also checkout a fork instead (rather than the main project) by providing the git url of the fork as the first positional argument.

```sh
just project=https://github.com/myuser/thin-edge.io.git init
Expand All @@ -56,7 +56,7 @@ The instructions below detail how to build and serve the documentation.
just docs
```

Alternatively you can start the doc
Alternatively you can start the docs

```sh
just docs-container
Expand Down

0 comments on commit 057959b

Please sign in to comment.