Skip to content

Commit

Permalink
[docs] refer to the latest release version (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja47 authored Nov 7, 2022
1 parent 53a1e47 commit 0d51d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation_guide/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Now, download the latest GoToSocial release archive corresponding to the operati

(You can find the list of releases [right here](https://github.com/superseriousbusiness/gotosocial/releases), arranged with the newest release at the top.)

For example, to download version 0.3.7 for running on 64-bit Linux:
For example, to download version 0.5.2 for running on 64-bit Linux:

```bash
wget https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.7/gotosocial_0.3.7_linux_amd64.tar.gz
wget https://github.com/superseriousbusiness/gotosocial/releases/download/v0.5.2/gotosocial_0.5.2_linux_amd64.tar.gz
```

Then extract it:

```bash
tar -xzf gotosocial_0.3.7_linux_amd64.tar.gz
tar -xzf gotosocial_0.5.2_linux_amd64.tar.gz
```

This will put the `gotosocial` binary in your current directory, in addition to the `web` folder, which contains assets for the web frontend, and an `example` folder, which contains a sample configuration file.
Expand Down

0 comments on commit 0d51d5c

Please sign in to comment.