diff options
author | 2023-08-15 18:48:17 +0200 | |
---|---|---|
committer | 2023-08-15 18:48:17 +0200 | |
commit | 42bb352d5398ca681543362ee9bc0a69a9ba04fe (patch) | |
tree | b16736e2315609c35004fc64f3b72e182fd5f6a9 /docs/getting_started/installation/metal.md | |
parent | [chore] ensure worker contexts have request ID (#2120) (diff) | |
download | gotosocial-42bb352d5398ca681543362ee9bc0a69a9ba04fe.tar.xz |
[feature] Add snapshot binary builds + uploads (#2119)
* [feature] Add snapshot binary builds + uploads
* Update docs to include info on snapshot builds
* review comments
* little tweaks
Diffstat (limited to 'docs/getting_started/installation/metal.md')
-rw-r--r-- | docs/getting_started/installation/metal.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/getting_started/installation/metal.md b/docs/getting_started/installation/metal.md index b7afa309c..bac4c2f26 100644 --- a/docs/getting_started/installation/metal.md +++ b/docs/getting_started/installation/metal.md @@ -38,6 +38,9 @@ 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. +!!! danger + If you prefer to use a snapshot build of GoToSocial based on whatever code is currently on main, you can download recent binary .tar.gz files from https://minio.s3.superseriousbusiness.org/browser/gotosocial-snapshots (keyed by commit hash). Only do this if you know what you're doing, otherwise just take a stable release. + ## Edit Configuration File Copy the configuration file from the example folder into your current directory: |