Pārlūkot izejas kodu

Add additional instructions for building on Ubuntu

tls13
Christopher Patton pirms 6 gadiem
committed by Henry Dorsett Case
vecāks
revīzija
160c4f5eab
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. +7
    -0
      README.md

+ 7
- 0
README.md Parādīt failu

@@ -44,6 +44,13 @@ pip install setuptools
pip install docker
```

* In Ubuntu (>=18.04), you'll also need to `apt install docker.io`. If docker
tells you don't have permission to access the daemon, try adding yourself to
the `docker` group via:
```
sudo usermod -a -G docker $USER
```

Similar dependencies can be found on any UNIX based system/distribution.

### Building


Notiek ielāde…
Atcelt
Saglabāt