Improved command intelligibility

This commit is contained in:
Sun Knudsen 2021-11-05 09:40:41 -04:00
parent bb22249c1e
commit 7bdca4e0a1
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
9 changed files with 36 additions and 27 deletions

View file

@ -20,9 +20,10 @@ Listed: true
### Step 1: install [Homebrew](https://brew.sh/)
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
```console
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
```
### Step 2: disable analytics