Skip to content

Commit dded6cc

Browse files
committed
docs: add compile contracts section
1 parent dc6ac1c commit dded6cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@ $ npm install -g depcheck
7474
$ yarn prepare
7575

7676
$ yarn install
77+
```
78+
79+
#### Compile the contracts
7780

78-
# compiles kleros contracts: first you need to go to the kleros-v2/contracts folder, and then compile them
81+
```bash
82+
# first you need to go to the kleros-v2/contracts folder, and then compile them
7983
$ cd kleros-v2/contracts
8084
$ yarn build
8185
```

0 commit comments

Comments
 (0)