Skip to content

Commit

Permalink
Update README for v2 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi authored Mar 24, 2023
1 parent 4fd0a76 commit 08df292
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 @@ -153,7 +153,7 @@ Options:
* `--installLocal` Have the application install a copy of the generated distribution to the Helios data folder.
* OPTIONAL (default: false)
* This is useful to easily test the new distribution.json in dev mode on Helios.
* Tip: Set name to `dev_distribution` when using this option.
* Tip: Set name to `distribution_dev` when using this option.
* `--discardOutput` Delete cached output after it is no longer required. May be useful if disk space is limited.
* OPTIONAL (default: false)
* `--invalidateCache` Invalidate and delete existing caches as they are encountered. Requires fresh cache generation.
Expand All @@ -168,7 +168,7 @@ As of Forge 1.13, the installer must be run to generate required files. The inst
>
> `generate distro`
>
> `generate distro dev_distribution --installLocal`
> `generate distro distribution_dev --installLocal`
>
---
Expand Down Expand Up @@ -346,4 +346,4 @@ Nebula will store JSON schemas in `${ROOT}/schemas`. This is so that they will a

[dotenvnpm]: https://www.npmjs.com/package/dotenv
[distro.md]: https://github.com/dscalzi/HeliosLauncher/blob/master/docs/distro.md
[jsonschemawebsite]: https://json-schema.org/
[jsonschemawebsite]: https://json-schema.org/

0 comments on commit 08df292

Please sign in to comment.