Skip to content

Commit f806bec

Browse files
committed
Specify installation path for Windows in README.md
1 parent 95cd921 commit f806bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ Either option you chose for building the `stdlib`, you can install it with:
228228
fpm install --profile release
229229
```
230230
The command above will install the following files:
231-
- `libstdlib.a` into `~/.local/lib/`
232-
- all the `.[s]mod` files produced by the compiler into `~/.local/include/`
231+
- `libstdlib.a` into `~/.local/lib/` (Unix) or `C:\Users\<username>\AppData\Roaming\local\lib\` (Windows)
232+
- all the `.[s]mod` files produced by the compiler into `~/.local/include/` (Unix) or `C:\Users\<username>\AppData\Roaming\local\include\` (Windows)
233233

234234
You can change the installation path by setting the prefix option to `fpm`:
235235
```sh

0 commit comments

Comments
 (0)