From 4168c01141dc217623b0f04461b005b7656028f4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Dec 2019 18:38:04 +1000 Subject: [PATCH] update dev docs --- README.development | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.development b/README.development index 4c71b82fd..0c774de59 100644 --- a/README.development +++ b/README.development @@ -20,10 +20,8 @@ To start, make sure you have the following installed: - npm - your platform's C compiler, eg gcc, Xcode or Visual Studio 2017. - GNU make - -Once the above are installed, install rustup from https://rustup.rs/. You can -save some time by choosing a custom installation, and selecting a toolkit of -'none' and 'minimal' tools. + - protoc (https://github.com/protocolbuffers/protobuf/releases) + - rustup (https://rustup.rs/) Next, build a Python virtual environment and activate it: