Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbergus authored Sep 30, 2023
1 parent fb91425 commit e4d1e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The suggested command to clone this project alongside its submodules and depende
This repository is associated with a Dockerfile. Therefore, a possible way to start in from a Linux environment is the following:

```bash
docker build -t "edbt24:DockerEDBT24" .
docker run -it "edbt24:DockerEDBT24" bash
docker build -t "conference:DockerConference" .
docker run -it "conference:DockerConference" bash
```

The docker file will also automatically run the tests associated to the programs. As suggested in the paper, please also consider running the
Expand Down

0 comments on commit e4d1e78

Please sign in to comment.