Commit 42a4c4f9 authored by yann300's avatar yann300

fix remixd start

parent 87a44dd6
......@@ -7,7 +7,7 @@ setupRemixd () {
cd contracts
echo 'sharing folder: '
echo $PWD
node ../node_modules/remixd/src/main.js -s $PWD &
./node_modules/remixd/bin/remixd -s $PWD &
cd ..
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment