diff --git a/docs/granted/getting-started.mdx b/docs/granted/getting-started.mdx index adfa195..81a7ef9 100644 --- a/docs/granted/getting-started.mdx +++ b/docs/granted/getting-started.mdx @@ -114,8 +114,8 @@ values={[ ``` -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/ +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/ ``` @@ -124,8 +124,8 @@ sudo tar -zxvf ./granted_0.19.0_linux_x86_64.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/ +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/ ``` @@ -133,8 +133,8 @@ sudo tar -zxvf ./granted_0.19.0_linux_arm64.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/ +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/ ``` @@ -147,11 +147,11 @@ sudo tar -zxvf ./granted_0.19.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.19.0/granted_0.19.0_windows_x86_64.zip) +[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.18.0/granted_0.18.0_windows_x86_64.zip) -[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.19.0/granted_0.19.0_windows_arm64.zip) +[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.18.0/granted_0.18.0_windows_arm64.zip) -[Granted for Windows i386](https://releases.commonfate.io/granted/v0.19.0/granted_0.19.0_windows_i386.zip) +[Granted for Windows i386](https://releases.commonfate.io/granted/v0.18.0/granted_0.18.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. @@ -175,7 +175,7 @@ To verify that the installation has succeeded, print the version of Granted by r ➜ granted -v -Granted v0.19.0 +Granted v0.18.0 ```