From 254bc627d6f17ef7dd12d47dc9c67f5729c01f4a Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 1 Jan 2024 15:02:18 -0500 Subject: [PATCH] docs: remove misleading reference to Windows from Unix docs (#285) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b769a4d..5bdcfd3 100644 --- a/README.md +++ b/README.md @@ -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: