summaryrefslogtreecommitdiff
path: root/docs/installation_guide/binary.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-04-29 21:11:10 +0200
committerLibravatar GitHub <noreply@github.com>2022-04-29 21:11:10 +0200
commit4851ffe11ba992f7d4804fab23b3e58877014dba (patch)
tree8007f4e1e9ccbb9f2b299ec15ec31c71ce6264c8 /docs/installation_guide/binary.md
parent[chore] Add Federatingactor.Send() tests and log call (#509) (diff)
downloadgotosocial-4851ffe11ba992f7d4804fab23b3e58877014dba.tar.xz
[documentation] Recommend users take latest *stable* release in installation guides (#512)
* add note about release version number * recommend users take latest stable release
Diffstat (limited to 'docs/installation_guide/binary.md')
-rw-r--r--docs/installation_guide/binary.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md
index fd2f24572..5dc92a834 100644
--- a/docs/installation_guide/binary.md
+++ b/docs/installation_guide/binary.md
@@ -22,16 +22,18 @@ cd /gotosocial
Now, download the latest GoToSocial release archive corresponding to the operating system and architecture you're running on.
-For example, for version 0.1.0 running on 64-bit Linux:
+(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.1 for running on 64-bit Linux:
```bash
-wget https://github.com/superseriousbusiness/gotosocial/releases/download/v0.1.0/gotosocial_0.1.0_linux_amd64.tar.gz
+wget https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.1/gotosocial_0.3.1_linux_amd64.tar.gz
```
Then extract it:
```bash
-tar -xzf gotosocial_0.1.0_linux_amd64.tar.gz
+tar -xzf gotosocial_0.3.1_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.