Marek Kotewicz
10 years ago
3 changed files with 26 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
#!/bin/bash |
|||
|
|||
cd ethereumjs |
|||
export PATH=$PATH:$1:$2 |
|||
npm install |
|||
npm run-script build |
|||
|
Loading…
Reference in new issue