Skip to content

Commit a6e41d9

Browse files
authored
Update README.md
1 parent 80f2a72 commit a6e41d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Compilation:
88
```
99
make all
1010
```
11+
All compilation outputs will be in the `dist` folder in a single `contracts.json` file
12+
1113
To run the sale tests:
1214
```
1315
mocha tests/Sale.js
@@ -16,5 +18,7 @@ To run tests for all other contracts:
1618
```
1719
mocha tests/<contract name>.js
1820
```
19-
20-
TODO: update instructions to use Mo's test node instatiation for faster and more automatic setup
21+
To clean up compilation folder:
22+
```
23+
make clean
24+
```

0 commit comments

Comments
 (0)