Skip to content

Commit

Permalink
Specify installation path for Windows in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moriglia committed Dec 14, 2024
1 parent 95cd921 commit 97b6072
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 @@ -228,7 +228,7 @@ Either option you chose for building the `stdlib`, you can install it with:
fpm install --profile release
```
The command above will install the following files:
- `libstdlib.a` into `~/.local/lib/`
- `libstdlib.a` into `~/.local/lib/` (Unix) or `C:\Users\<username>\AppData\Roaming\local\` (Windows)
- all the `.[s]mod` files produced by the compiler into `~/.local/include/`

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

0 comments on commit 97b6072

Please sign in to comment.