Add upgrade instructions

This commit is contained in:
Eike Kettner
2021-03-14 16:34:39 +01:00
parent 39d6f5789a
commit 7ebf63dd1b
3 changed files with 89 additions and 0 deletions

View File

@ -15,6 +15,14 @@ creates a container to watch a directory for incoming files. It's only
```bash
$ git clone https://github.com/eikek/docspell
```
If you don't have git or don't want to clone the whole repo, use these steps instead:
``` bash
mkdir -p docspell/docker
cd docspell/docker
wget https://raw.githubusercontent.com/eikek/docspell/master/docker/docker-compose.yml
wget https://raw.githubusercontent.com/eikek/docspell/master/docker/docspell.conf
wget https://raw.githubusercontent.com/eikek/docspell/master/docker/.env
```
2. Change into the `docker` directory:
```bash
$ cd docspell/docker