remove unnecessary commands

This commit is contained in:
Anton-4 2023-03-29 18:02:28 +02:00
parent 940e3ef29a
commit 56c9bcb676
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ which includes the Roc compiler and various helpful utilities.
1. Untar the archive:
```sh
mkdir roc_nightly-macos_apple_silicon-<VERSION>
tar xf roc_nightly-macos_apple_silicon-<VERSION>.tar.gz
cd roc_night<TAB TO AUTOCOMPLETE>
```

View File

@ -18,7 +18,6 @@ which includes the Roc compiler and various helpful utilities.
1. Untar the archive:
```sh
mkdir roc_nightly-macos_x86_64-<VERSION>
tar xf roc_nightly-macos_x86_64-<VERSION>.tar.gz
cd roc_night<TAB TO AUTOCOMPLETE>
```