correct filename

This commit is contained in:
Anton-4 2022-12-19 16:13:10 +01:00
parent 8e44648eb4
commit 2d9d31a5bd
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ which includes the Roc compiler and various helpful utilities.
1. To be able to run the `roc` command anywhere on your system; add the line below to your shell startup script (.profile, .zshrc, ...):
```sh
export PATH=$PATH:~/path/to/roc_nightly-linux_x86_64-<VERSION>
export PATH=$PATH:~/path/to/roc_nightly-macos_apple_silicon-<VERSION>
```
1. Check everything worked by executing `roc version`

View File

@ -27,7 +27,7 @@ which includes the Roc compiler and various helpful utilities.
1. To be able to run the `roc` command anywhere on your system; add the line below to your shell startup script (.profile, .zshrc, ...):
```sh
export PATH=$PATH:~/path/to/roc_nightly-linux_x86_64-<VERSION>
export PATH=$PATH:~/path/to/roc_nightly-macos_x86_64-<VERSION>
```
1. Check everything worked by executing `roc version`