diff --git a/ci_scripts/docker-coredeps/Dockerfile b/ci_scripts/docker-coredeps/Dockerfile index 293d9b0a4..6d1c2c838 100644 --- a/ci_scripts/docker-coredeps/Dockerfile +++ b/ci_scripts/docker-coredeps/Dockerfile @@ -16,6 +16,6 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK 1 ADD deps/build_python.sh /builder/build_python.sh RUN mkdir tmp1 && cd tmp1 && bash /builder/build_python.sh && cd .. && rm -r tmp1 -# Install Rust nightly +# Install Rust ADD deps/build_rust.sh /builder/build_rust.sh RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1 diff --git a/python/README.rst b/python/README.rst index c2e2f3807..0defcc230 100644 --- a/python/README.rst +++ b/python/README.rst @@ -79,9 +79,8 @@ Each test run creates new accounts. Installing bindings from source (Updated: July 2020) ========================================================= -Install Rust and Cargo first. Deltachat needs a specific nightly -version, the easiest is probably to first install Rust stable from -rustup and then use this to install the correct nightly version. +Install Rust and Cargo first. +The easiest is probably to use `rustup `_. Bootstrap Rust and Cargo by using rustup::