diff --git a/README.md b/README.md index e2832eb..ec1ed0c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Most users will want to do a bit of additional setup to begin using tools via fo ### Path Configuration On first run (try `foreman list`), Foreman will create a `.foreman` directory in your user folder (usually `$HOME/.foreman` on Unix systems, `%USERPROFILE%/.foreman` on Windows). -It's recommended that you **add `$HOME/.foreman/bin` to your `PATH`** to make the tools that Foreman installs for you accessible on your system. If you have tools installed via other mechanisms (for example, you may have previously installed `rojo` directly via `cargo`), ensure that `$HOME/.foreman/bin` is on your PATH _before_ any other installation directories like `.cargo/bin` in order to make sure it takes precedence. +It's recommended that you **add `$HOME/.foreman/bin` to your `PATH`** (or `%USERPROFILE%\.foreman\bin` if you're on Windows) to make the tools that Foreman installs for you accessible on your system. If you have tools installed via other mechanisms (for example, you may have previously installed `rojo` directly via `cargo`), ensure that `$HOME/.foreman/bin` (or `%USERPROFILE%\.foreman\bin` if you're on Windows) is on your PATH _before_ any other installation directories like `.cargo/bin` in order to make sure it takes precedence. If you're using bash or zsh, you can add this line to your `~/.bash_profile` or your `~/.zprofile` file (respectively): ```