|
@@ -26,7 +26,7 @@ cd joystream/
|
|
|
Compile the node and runtime:
|
|
|
|
|
|
```bash
|
|
|
-WASM_BUILD_TOOLCHAIN=nightly-2020-05-23 cargo build --release
|
|
|
+WASM_BUILD_TOOLCHAIN=nightly-2020-10-06 cargo build --release
|
|
|
```
|
|
|
|
|
|
This produces the binary in `./target/release/joystream-node`
|
|
@@ -79,7 +79,7 @@ If you are building a tagged release from `master` branch and want to install th
|
|
|
This will install the executable `joystream-node` to your `~/.cargo/bin` folder, which you would normally have in your `$PATH` environment.
|
|
|
|
|
|
```bash
|
|
|
-WASM_BUILD_TOOLCHAIN=nightly-2020-05-23 cargo install joystream-node --path node/ --locked
|
|
|
+WASM_BUILD_TOOLCHAIN=nightly-2020-10-06 cargo install joystream-node --path node/ --locked
|
|
|
```
|
|
|
|
|
|
Now you can run and connect to the testnet:
|