소스 검색

Add additional instructions for building on Ubuntu

tls13
Christopher Patton 6 년 전
committed by Henry Dorsett Case
부모
커밋
160c4f5eab
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      README.md

+ 7
- 0
README.md 파일 보기

@@ -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


불러오는 중...
취소
저장