Skip to content

Commit da20abc

Browse files
committed
fix readme
1 parent 245f802 commit da20abc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

protocol/pcp/dlu/eth/contracts/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ This directory contains the implementation of the PCP settlement smart contract.
44

55
## Installation
66

7-
First, make the install script executable:
8-
97
```bash
108
chmod +x install-deps.sh
119
./install-deps.sh
1210
```
1311

1412
## Testing
1513

16-
Then, run the install script:
14+
After installing the dependencies, run
1715

1816
```bash
19-
./install-deps.sh
17+
forge test
2018
```
2119

2220
There is a long-running test covering over 50 epochs. It will likely take a few seconds to run.

0 commit comments

Comments
 (0)