Skip to content

Commit

Permalink
Update install docs for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wedaly committed Mar 23, 2024
1 parent 3ad462a commit cde775f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can download the official binaries for Linux, macOS, and FreeBSD from [the a
### Linux x86 64-bit

```
VERSION=1.2.0
VERSION=1.3.0
RELEASE=aretext_${VERSION}_linux_amd64
curl -LO https://github.com/aretext/aretext/releases/download/v$VERSION/$RELEASE.tar.gz
tar -zxvf $RELEASE.tar.gz
Expand All @@ -26,7 +26,7 @@ sudo cp $RELEASE/aretext /usr/local/bin/
### Linux ARM 64-bit

```
VERSION=1.2.0
VERSION=1.3.0
RELEASE=aretext_${VERSION}_linux_arm64
curl -LO https://github.com/aretext/aretext/releases/download/v$VERSION/$RELEASE.tar.gz
tar -zxvf $RELEASE.tar.gz
Expand All @@ -36,7 +36,7 @@ sudo cp $RELEASE/aretext /usr/local/bin/
### macOS x86 64-bit

```
VERSION=1.2.0
VERSION=1.3.0
RELEASE=aretext_${VERSION}_darwin_amd64
curl -LO https://github.com/aretext/aretext/releases/download/v$VERSION/$RELEASE.tar.gz
tar -zxvf $RELEASE.tar.gz
Expand All @@ -46,7 +46,7 @@ sudo cp $RELEASE/aretext /usr/local/bin/
### macOS ARM 64-bit

```
VERSION=1.2.0
VERSION=1.3.0
RELEASE=aretext_${VERSION}_darwin_arm64
curl -LO https://github.com/aretext/aretext/releases/download/v$VERSION/$RELEASE.tar.gz
tar -zxvf $RELEASE.tar.gz
Expand Down

0 comments on commit cde775f

Please sign in to comment.