Skip to content

Commit

Permalink
Update report (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
commonfatereleasebot authored Oct 16, 2023
1 parent 9913ba0 commit 086a524
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/granted/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ values={[
<TabItem value="x86_64">

```
curl -OL releases.commonfate.io/granted/v0.18.0/granted_0.18.0_linux_x86_64.tar.gz
sudo tar -zxvf ./granted_0.18.0_linux_x86_64.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.19.0/granted_0.19.0_linux_x86_64.tar.gz
sudo tar -zxvf ./granted_0.19.0_linux_x86_64.tar.gz -C /usr/local/bin/
```

Expand All @@ -124,17 +124,17 @@ sudo tar -zxvf ./granted_0.18.0_linux_x86_64.tar.gz -C /usr/local/bin/

```
curl -OL releases.commonfate.io/granted/v0.18.0/granted_0.18.0_linux_arm64.tar.gz
sudo tar -zxvf ./granted_0.18.0_linux_arm64.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.19.0/granted_0.19.0_linux_arm64.tar.gz
sudo tar -zxvf ./granted_0.19.0_linux_arm64.tar.gz -C /usr/local/bin/
```

</TabItem>
<TabItem value="i386">

```
curl -OL releases.commonfate.io/granted/v0.18.0/granted_0.18.0_linux_i386.tar.gz
sudo tar -zxvf ./granted_0.18.0_linux_i386.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.19.0/granted_0.19.0_linux_i386.tar.gz
sudo tar -zxvf ./granted_0.19.0_linux_i386.tar.gz -C /usr/local/bin/
```

Expand All @@ -147,11 +147,11 @@ sudo tar -zxvf ./granted_0.18.0_linux_i386.tar.gz -C /usr/local/bin/

First, download the zip archive of Granted which matches your system's architecture. You can find your architecture by viewing your system properties in the Control Panel.

[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.18.0/granted_0.18.0_windows_x86_64.zip)
[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.19.0/granted_0.19.0_windows_x86_64.zip)

[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.18.0/granted_0.18.0_windows_arm64.zip)
[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.19.0/granted_0.19.0_windows_arm64.zip)

[Granted for Windows i386](https://releases.commonfate.io/granted/v0.18.0/granted_0.18.0_windows_i386.zip)
[Granted for Windows i386](https://releases.commonfate.io/granted/v0.19.0/granted_0.19.0_windows_i386.zip)

After downloading Granted, unzip the package. Granted runs as two binaries, `assume` and `granted`. Any other files in the package can be removed and Granted will still function.

Expand All @@ -175,7 +175,7 @@ To verify that the installation has succeeded, print the version of Granted by r
➜ granted -v
Granted v0.18.0
Granted v0.19.0
```

Expand Down

0 comments on commit 086a524

Please sign in to comment.