git.delta.rocks / unique-network / refs/commits / 4e967aad5daa

difftreelog

Update readme in root and tests for building

Greg Zaitsev2021-02-03parent: #02dce72.patch.diff
in: master

2 files changed

modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@
 
 ```bash
 rustup toolchain install 1.49.0
-rustup toolchain install nightly-2020-10-01
+rustup toolchain install nightly-2020-01-27
 rustup default nightly-2021-01-27
 ```
 
modifiedtests/README.mddiffbeforeafterboth
before · tests/README.md
1# Tests23## How to run451. Run `npm install`.62. Setup a test node. You can do it using `docker-compose up -d` in parent directory.73. Optional step - configure tests with env variables or by editing [configuration file](src/config.ts).84. Run `npm test`.9