summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-01-25 10:33:01 +0100
committerNeal H. Walfield <neal@pep.foundation>2019-01-25 10:34:10 +0100
commit84bae04b2fa3615ec0f95c1608abd5883d89fbe0 (patch)
tree42ef3c2836825737e605e56fbe9e0ec6f62d78e5 /README.md
parent3c0d1664b249ba8a36aff6a44437e2a22cbf5e59 (diff)
Update build instructions in README.
- We need at least version 1.31.0 of rustc. - Prefix commands that require root with sudo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b2469a8d..1e6a9cc8 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Debian:
Notes:
- - You need at least rustc version 1.26.0. The version in Debian 9
+ - You need at least rustc version 1.31.0. The version in Debian 9
(Debian Stable as of 2018) is too old. The version from testing
works fine.
- The version of Nettle in Debian 9 (Debian Stable as of 2018), is
@@ -118,7 +118,7 @@ setuptools, cffi, and pytest for Python3.
Debian:
- $ apt install python3-dev python3-setuptools python3-cffi python3-pytest
+ $ sudo apt install python3-dev python3-setuptools python3-cffi python3-pytest
Getting help
============