Browse Source

fix: docker install on readme.md

pull/70/head
Vu Anh Son 5 years ago
committed by GitHub
parent
commit
41a2c215a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -36,8 +36,8 @@ 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
```
Logout and login for the change to take effect.
You might need to install docker-compose separately. For example, on a Raspberry Pi:

Loading…
Cancel
Save