Skip to content

Commit

Permalink
Merge Pull request #55 from Lupyana: Update MacOS ReadMe
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
AvicennaJr authored Aug 30, 2023
2 parents e370c61 + fb7b767 commit 7b79fad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,28 @@ sudo tar -C /usr/local/bin -xzvf nuru_linux_amd64_v0.5.0-alpha.tar.gz
nuru -v
```


### MacOs ( Apple silicon Mac )

- Download the binary:

```
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_mac_arm64_v0.5.0-alpha.tar.gz
```

- Extract the file to make global available:

```
sudo tar -C /usr/local/bin -xzvf nuru_mac_arm64_v0.5.0-alpha.tar.gz
```

- Confirm installation with:

```
nuru -v
```


### Android (Termux)

- Make sure you have [Termux](https://f-droid.org/repo/com.termux_118.apk) installed.
Expand Down

0 comments on commit 7b79fad

Please sign in to comment.