Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach authored Aug 4, 2022
1 parent 0b97408 commit 29896a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ docker build -t definery .

Once the image is created, you can verify the tool installation by repairing one of the smart contracts used for the evaluation, e.g.,
```
docker run -it --rm -v ~/Desktop/test:/experiments/ definery xForce
docker run -it --rm -v ~/Desktop/experiments:/experiments/ definery xForce
```

`~/Desktop/test:/experiments/` mounts a local folder (`/Desktop/test`) to the Docker container to facilitate the exploration of patched smart contracts—you can, then, view the results produced by the tool in this folder.
`~/Desktop/test:/experiments/` mounts a local folder (`/Desktop/experiments`) to the Docker container to facilitate the exploration of patched smart contracts—you can, then, view the results produced by the tool in this folder.

The output produced by the container should be similar to the one described in [README.md](./README.md).

Expand Down

0 comments on commit 29896a5

Please sign in to comment.