From 84bae04b2fa3615ec0f95c1608abd5883d89fbe0 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 25 Jan 2019 10:33:01 +0100 Subject: Update build instructions in README. - We need at least version 1.31.0 of rustc. - Prefix commands that require root with sudo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ============ -- cgit v1.2.3