Update ReadMe.md

This commit is contained in:
Satinder Grewal 2017-12-23 14:02:06 +13:00 committed by GitHub
parent 47dcd014bd
commit a2240fcfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@ Once running, follow these steps:
```shell
git clone https://github.com/KomodoPlatform/BarterDEX.git
cd BarterDEX
git checkout v0.7
git pull
git checkout v0.8
npm install
npm start
```
@ -22,7 +23,8 @@ It will download "BarterDEX". Open "BarterDEX", and from there open "index.html"
To update, follow these steps:
```shell
cd BarterDEX
git checkout v0.7
git pull
git checkout v0.8
git pull
```