diff --git a/README.md b/README.md index 4c8df45e4..cbc6535cd 100644 --- a/README.md +++ b/README.md @@ -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\\AppData\Roaming\local\lib\` (Windows) +- all the `.[s]mod` files produced by the compiler into `~/.local/include/` (Unix) or `C:\Users\\AppData\Roaming\local\include\` (Windows) You can change the installation path by setting the prefix option to `fpm`: ```sh