Update README.md

This commit is contained in:
Emile Nijssen 2021-09-29 12:56:09 +02:00 committed by GitHub
parent 60da315c7e
commit 67b820d985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -36,9 +36,11 @@ If you haven't installed Docker yet, install it by running:
```bash
$ curl -sSL https://get.docker.com | sh
$ sudo usermod -aG docker $(whoami)
$ bash
$ exit
```
And log in again.
You might need to install docker-compose separately. For example, on a Raspberry Pi:
```bash