Skip to content

Commit 97b6072

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ 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/`
231+
- `libstdlib.a` into `~/.local/lib/` (Unix) or `C:\Users\<username>\AppData\Roaming\local\` (Windows)
232232
- all the `.[s]mod` files produced by the compiler into `~/.local/include/`
233233

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

0 commit comments

Comments
 (0)