mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
Fix untar commands
The MacOS `tar` command doesn't have the --one-top-level flag, so we need to ensure that the target directory exists before extracting.
This commit is contained in:
parent
d0687c748d
commit
47efb43ded
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ which includes the Roc compiler and various helpful utilities.
|
|||
1. Untar the archive:
|
||||
|
||||
```sh
|
||||
roc_nightly-darwin_apple_silicon-<VERSION>.tar.gz
|
||||
mkdir roc_nightly-darwin_apple_silicon-<VERSION>
|
||||
tar xf roc_nightly-darwin_apple_silicon-<VERSION>
|
||||
```
|
||||
|
||||
## How to install Roc platform dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue