Skip to content

Commit

Permalink
fix(readme): make instructions more explicit (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored Jan 2, 2024
1 parent f221c1d commit 5bb2e91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,22 @@ thewiki is built using [Retype](https://retype.com). See how you can host a loca
git clone https://github.com/Snaacky/thewiki.git
```

``` sh
cd thewiki
```

3. Build and run:

- The `retype start` command automatically prepares and loads the website into the browser:

```sh
retype start thewiki
retype start
```

- Alternatively, you can use `retype build` to build it without running it:

```sh
retype build thewiki --output retype
retype build --output retype
```

## Contributing
Expand Down

0 comments on commit 5bb2e91

Please sign in to comment.