From f806becbedd0a7fdb352d9818db502debd833c5e Mon Sep 17 00:00:00 2001 From: Marco Origlia Date: Sat, 14 Dec 2024 17:36:07 +0100 Subject: [PATCH] Specify installation path for Windows in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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