diff --git a/README.md b/README.md index 83a6cb1ab..e48049cba 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ The following unpriviledged contract(s) are also part of the system. Dependencies: * [eosio v1.0.8](https://github.com/eosio/eos/tree/v1.0.8) +* [eosio.wasmsdk v1.0](https://github.com/eosio/eosio.wasmsdk/tree/v1.0) To build the contracts and the unit tests: * First, ensure that your __eosio__ is compiled to the core symbol for the EOSIO blockchain that intend to deploy to. * Second, make sure that you have ```sudo make install```ed __eosio__. -* Then just run the ```build.sh``` in the top directory to build all the contracts and the unit tests for these contracts. If you want to skip building the unit tests, the option ```notests``` can be given to ```build.sh```. -* Or, you can run the ```build.sh``` in a given contract folder to only build that contract. +* Then just run the ```build.sh``` in the top directory to build all the contracts and the unit tests for these contracts. After build: -* The unit tests executable is placed in the top directory and is named __unit_test__. +* The unit tests executable is placed in the _build/tests_ directory and is named __unit_test__. * The contracts are built into a _bin/\_ folder in their respective directories. * Finally, simply use __cleos__ to _set contract_ by pointing to the previously mentioned directory.