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 15, 2024
1 parent 95cd921 commit f806bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ 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/`
- all the `.[s]mod` files produced by the compiler into `~/.local/include/`
- `libstdlib.a` into `~/.local/lib/` (Unix) or `C:\Users\<username>\AppData\Roaming\local\lib\` (Windows)
- all the `.[s]mod` files produced by the compiler into `~/.local/include/` (Unix) or `C:\Users\<username>\AppData\Roaming\local\include\` (Windows)

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

0 comments on commit f806bec

Please sign in to comment.