Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/(docs)/node/get-started/identity/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For older PowerShell (`$PSVersionTable.PSVersion` is less than 5.1):
{% tab label="macOS" %}

```shell
curl -L https://github.com/storj/storj/releases/latest/download/identity_darwin_amd64.zip -o identity_darwin_amd64.zip
curl -L https://github.com/storj/storj/releases/latest/download/identity_macos_amd64.zip -o identity_darwin_amd64.zip
unzip -o identity_darwin_amd64.zip
chmod +x identity
sudo mv identity /usr/local/bin/identity
Expand All @@ -83,7 +83,7 @@ sudo mv identity /usr/local/bin/identity
ARM-based macOS

```shell
curl -L https://github.com/storj/storj/releases/latest/download/identity_darwin_arm64.zip -o identity_darwin_arm64.zip
curl -L https://github.com/storj/storj/releases/latest/download/identity_macos_arm64.zip -o identity_darwin_arm64.zip
unzip -o identity_darwin_arm64.zip
chmod +x identity
sudo mv identity /usr/local/bin/identity
Expand Down
Loading