Skip to content

Commit

Permalink
Fix up uplink download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
amozoss committed Sep 1, 2023
1 parent 24f4779 commit ce1bd47
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions app/dcs/api/uplink-cli/installation/page.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Installation
title: Download and Installation
docId: hFL-goCWqrQMJPcTN82NB
redirects:
- /dcs/downloads/download-uplink-cli
weight: 0
metadata:
title: Download and install uplink
---

The native CLI tool for Storj DCS/OSP
Expand All @@ -30,11 +32,11 @@ Open **Windows PowerShell** and continue on to the next step.
{% /tab %}

{% tab label="Linux" %}
AMD64
**AMD64**

Curl Download

```Text
```bash
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_amd64.zip -o uplink_linux_amd64.zip
unzip -o uplink_linux_amd64.zip
sudo install uplink /usr/local/bin/uplink
Expand All @@ -44,11 +46,11 @@ Direct Download

[Linux AMD64 Uplink Binary](https://github.com/storj/storj/releases/latest/download/uplink_linux_amd64.zip)

ARM
**ARM**

Curl Download

```Text
```bash
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_arm.zip -o uplink_linux_arm.zip
unzip -o uplink_linux_arm.zip
sudo install uplink /usr/local/bin/uplink
Expand All @@ -58,11 +60,11 @@ Direct Download

[Linux ARM Uplink Binary](https://github.com/storj/storj/releases/latest/download/uplink_linux_arm.zip)

ARM64
**ARM64**

Curl Download

```Text
```bash
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_arm64.zip -o uplink_linux_arm64.zip
unzip -o uplink_linux_arm64.zip
sudo install uplink /usr/local/bin/uplink
Expand All @@ -76,7 +78,7 @@ Direct Download
{% tab label="macOS" %}
Curl Download

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

0 comments on commit ce1bd47

Please sign in to comment.