summaryrefslogtreecommitdiff
path: root/docs/installation_guide
diff options
context:
space:
mode:
authorLibravatar K <kaja47@seznam.cz>2022-11-07 14:26:41 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-07 14:26:41 +0100
commit0d51d5c13b8cdf27d7607d3806616386f8e19bfd (patch)
tree5d9548198726d348f905d08a1c7f9a567fc82dc6 /docs/installation_guide
parent[chore] Fix rel="nofollow" so that it only applies to external links (#991) (diff)
downloadgotosocial-0d51d5c13b8cdf27d7607d3806616386f8e19bfd.tar.xz
[docs] refer to the latest release version (#992)
Diffstat (limited to 'docs/installation_guide')
-rw-r--r--docs/installation_guide/binary.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md
index 00e4be974..29e58a5f5 100644
--- a/docs/installation_guide/binary.md
+++ b/docs/installation_guide/binary.md
@@ -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.