浏览代码

Add additional instructions for building on Ubuntu

v1.2.3
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


正在加载...
取消
保存