Add quick install doc

This commit is contained in:
Ciaran Ainsworth 2022-01-25 11:04:12 +01:00 committed by Ciarán Ainsworth
commit f291f9e758
4 changed files with 57 additions and 5 deletions

View file

@ -9,11 +9,18 @@ We support [Debian](https://debian.org) and Debian-based Linux distributions. Fo
## Before you begin
Set a `FUNKWHALE_VERSION` variable to the version you want to install. You will use this version for all commands in this guide.
- Set a `FUNKWHALE_VERSION` variable to the version you want to install. You will use this version for all commands in this guide.
```{parsed-literal}
export FUNKWHALE_VERSION={sub-ref}`version`
```
```{parsed-literal}
export FUNKWHALE_VERSION={sub-ref}`version`
```
- Install `curl`.
```{code} bash
sudo apt update # update apt cache
sudo apt install curl
```
## 1. Install Funkwhale dependencies