Skip to content

Commit

Permalink
docs: remove misleading reference to Windows from Unix docs (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson authored Jan 1, 2024
1 parent bf0d3c5 commit 254bc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ These commands will download the chosen version of ponyc and install it to `$HOM

On Unix:

By default, ponyup will create its root directory in `$HOME/.local/share` ( on Windows). This prefix can be set manually with the `--prefix` (or `-p`) option. All packages selected as default will be symbolically linked into `${prefix}/ponyup/bin`. So, by default, `ponyup update release ponyc` will install `ponyc` to `$HOME/.local/share/ponyup/bin/ponyc`.
By default, ponyup will create its root directory in `$HOME/.local/share`. This prefix can be set manually with the `--prefix` (or `-p`) option. All packages selected as default will be symbolically linked into `${prefix}/ponyup/bin`. So, by default, `ponyup update release ponyc` will install `ponyc` to `$HOME/.local/share/ponyup/bin/ponyc`.

On Windows:

Expand Down

0 comments on commit 254bc62

Please sign in to comment.