Use correct target dir in polkadot readme (#1643)

Closes #1372 

This fixes the target directories in the polkadot readme. I verified
manually the Ubuntu based install works on a fresh cloud machine. Build
from source also worked as described.

Since #1304 landed `--dev` also works again (not on v1.1.0 though), so I
would consider the install instructions fixed.
This commit is contained in:
Sebastian Kunert
2023-09-22 12:19:09 +02:00
committed by GitHub
parent cfc6cc65cc
commit fb0fd3e624
4 changed files with 29 additions and 98 deletions
@@ -1,12 +0,0 @@
#!/usr/bin/env bash
# This script is meant to be run on Unix/Linux based systems
set -e
echo "*** Initializing WASM build environment"
if [ -z $CI_PROJECT_NAME ] ; then
rustup update nightly
rustup update stable
fi
rustup target add wasm32-unknown-unknown --toolchain nightly