Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alonshavit authored Aug 3, 2019
1 parent 63a3ee2 commit 36abb21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For the sake of simplicity we ignore the case where Alice does not reveal her se
## Running the project
To run the atomic_swap implementation test, you should perform the following steps:

- Clone the Libra Core Repository:
Clone the Libra Core Repository:

```
git clone https://github.com/libra/libra.git
Expand Down Expand Up @@ -64,5 +64,7 @@ cargo test -p functional_tests atomic_swap

Note: If your tests failed, edit the `atomic_swap.mvir` file and run the following command to rerun the tests:

```
cargo test -p functional_tests --test testsuite
```

0 comments on commit 36abb21

Please sign in to comment.