Skip to content

Commit

Permalink
Fix typo and URL in README.md
Browse files Browse the repository at this point in the history
There was a typo in the instructions to build the docker images. This
commit fixes that typo. The URL of the git repo was also using an
unofficial version, that is now also fixed.
  • Loading branch information
mitchellolsthoorn committed May 23, 2020
1 parent 77d1285 commit 46156d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,10 +52,10 @@ EvoSuite has a container image available on [Docker Hub](https://hub.docker.com/
or by manually building the image locally:

```
git clone github.com/EvoSuite/evosuite.git
git clone https://github.com/EvoSuite/evosuite.git
cd evosuite
docker build -f Dockerfile.java8 . --tag evosuite/evosuite:latest-java-8
docker build -f Dockerfile.java11 . --tage evosuite/evosuite:latest-java-11
docker build -f Dockerfile.java11 . --tag evosuite/evosuite:latest-java-11
```

EvoSuite can be called as follows:
Expand Down

0 comments on commit 46156d0

Please sign in to comment.