From ff99ccaf82cf2a948bb598926885561dc070b4cc Mon Sep 17 00:00:00 2001 From: Alexander Orlov Date: Sun, 20 Mar 2016 20:44:32 +0100 Subject: [PATCH] complete getting started steps for OS X You get `multirust: no default toolchain configured` when `multirust default stable` is not executed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47a27e30e..7aa5e8858 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install. - OSX with Homebrew: ```bash brew update && brew install multirust +multirust default stable ``` Then, download and build Parity: