Skip to content

Commit

Permalink
Merge pull request #1738 from masonbrothers/master
Browse files Browse the repository at this point in the history
Added argument documentation in README.md
  • Loading branch information
heifner authored Mar 22, 2018
2 parents 109b36f + 3597199 commit 4c6f0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ git clone https://github.com/eosio/eos --recursive
cd eos
git checkout DAWN-2018-02-14
git submodule update --recursive
./build.sh
./build.sh ubuntu
```

For ease of contract development, one further step is required:
Expand Down Expand Up @@ -163,7 +163,7 @@ git clone https://github.com/eosio/eos --recursive
cd eos
git checkout DAWN-2018-02-14
git submodule update --recursive
./build.sh
./build.sh darwin
```

For ease of contract development, one further step is required:
Expand Down

0 comments on commit 4c6f0b7

Please sign in to comment.