Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak authored Dec 9, 2024
1 parent b359bbd commit 4e0dfea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ nimble install koi osdialog riff semver winim with
### Compiling

The `main` branch is usually in flux as it often contains work-in-progress
changes intended go into the next release. Check out the latest tag instead to
build the last stable version:
changes intended go into the next release. To build the current stable version,
check out the latest tag:

```bash
git tag
Expand All @@ -60,7 +60,8 @@ Run `nim help` for the full list of build tasks.


**NOTE:** Create an empty directory `Config` in the project root directory to
enable portable mode (that's what you normally want during development).
enable portable mode (that's what you normally want during development; more
info about portable mode [here](https://gridmonger.johnnovak.net/manual/appendixes/user-data-folder.html)).


## Manual & website
Expand Down

0 comments on commit 4e0dfea

Please sign in to comment.