Skip to content

Commit

Permalink
Update page.md (#317)
Browse files Browse the repository at this point in the history
* Update page.md

Adding Apple Silicon (Darwin ARM)

* Update page.md

Formatting for our great work
  • Loading branch information
dominickmarino authored Jan 12, 2024
1 parent 503202a commit e08b33f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/dcs/api/uplink-cli/installation/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Direct Download
{% /tab %}

{% tab label="macOS" %}
**Intel Mac**

Curl Download

```bash
Expand All @@ -86,7 +88,21 @@ sudo install uplink /usr/local/bin/uplink

Direct Download

[macOS Uplink Binary](https://github.com/storj/storj/releases/latest/download/uplink_darwin_amd64.zip)
[macOS Intel Uplink Binary](https://github.com/storj/storj/releases/latest/download/uplink_darwin_amd64.zip)

**Apple Silicon**

Curl Download

```bash
curl -L https://github.com/storj/storj/releases/latest/download/uplink_darwin_arm64.zip -o uplink_darwin_arm64.zip
unzip -o uplink_darwin_arm64.zip
sudo install uplink /usr/local/bin/uplink
```

Direct Download

[macOS Apple Silicon Uplink Binary](https://github.com/storj/storj/releases/latest/download/uplink_darwin_arm64.zip)

{% /tab %}
{% /tabs %}
Expand Down

0 comments on commit e08b33f

Please sign in to comment.