Skip to content

Commit 0c9ab3d

Browse files
authored
Update ch01-01-installation.md
1 parent e345870 commit 0c9ab3d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/ch01-01-installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Scarb requires a Git executable to be available in the `PATH` environment variab
1818

1919
### Installation
2020

21-
To install Scarb, please refer to the [installation instructions](https://docs.swmansion.com/scarb/download).
22-
You can simply run the following command in your terminal, then follow the onscreen instructions. This will install the latest stable release.
21+
To install Scarb, please refer to the [installation instructions](https://docs.swmansion.com/scarb/download). We strongly recommend that you install
22+
Scarb [via asdf](https://docs.swmansion.com/scarb/download.html#install-via-asdf), a CLI tool that can manage multiple language runtime versions on a per-project basis.
23+
This will ensure that the version of Scarb you use to work on a project always matches the one defined in the project settings, avoiding problems lead to version mismatch.
24+
Otherwise, you can simply run the following command in your terminal, and follow the onscreen instructions. This will install the latest stable release of Scarb.
2325

2426
```bash
2527
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh

0 commit comments

Comments
 (0)