fix commands

This commit is contained in:
Tinnus Napbus 2023-01-17 16:15:57 +13:00
parent 580141da31
commit 679740f869
3 changed files with 30 additions and 30 deletions

View File

@ -38,28 +38,28 @@ If you've already got the `urbit` CLI runtime installed, you can skip this step.
Otherwise, run one of the commands below, depending on your platform. It will
fetch the binary and save it in the current directory.
#### Linux (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/linux-aarch64/latest | tar xzk --strip=1
```
#### Linux (`x86_64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --transform='s/.*/urbit/g'
```
#### macOS (`aarch64`)
#### Linux (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-aarch64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/linux-aarch64/latest | tar xzk --transform='s/.*/urbit/g'
```
#### macOS (`x86_64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-x86_64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/macos-x86_64/latest | tar xzk -s '/.*/urbit/g'
```
#### macOS (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-aarch64/latest | tar xzk -s '/.*/urbit/g'
```
## Development ship

View File

@ -42,28 +42,28 @@ If you've already got the `urbit` CLI runtime installed, you can skip this step.
Otherwise, run one of the commands below, depending on your platform. It will
fetch the binary and save it in the current directory.
#### Linux (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/linux-aarch64/latest | tar xzk --strip=1
```
#### Linux (`x86_64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --transform='s/.*/urbit/g'
```
#### macOS (`aarch64`)
#### Linux (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-aarch64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/linux-aarch64/latest | tar xzk --transform='s/.*/urbit/g'
```
#### macOS (`x86_64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-x86_64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/macos-x86_64/latest | tar xzk -s '/.*/urbit/g'
```
#### macOS (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-aarch64/latest | tar xzk -s '/.*/urbit/g'
```
## Development ship

View File

@ -45,28 +45,28 @@ If you've already got the `urbit` CLI runtime installed, you can skip this step.
Otherwise, run one of the commands below, depending on your platform. It will
fetch the binary and save it in the current directory.
#### Linux (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/linux-aarch64/latest | tar xzk --strip=1
```
#### Linux (`x86_64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --transform='s/.*/urbit/g'
```
#### macOS (`aarch64`)
#### Linux (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-aarch64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/linux-aarch64/latest | tar xzk --transform='s/.*/urbit/g'
```
#### macOS (`x86_64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-x86_64/latest | tar xzk --strip=1
curl -L https://urbit.org/install/macos-x86_64/latest | tar xzk -s '/.*/urbit/g'
```
#### macOS (`aarch64`)
```shell {% copy=true %}
curl -L https://urbit.org/install/macos-aarch64/latest | tar xzk -s '/.*/urbit/g'
```
## Development ship