Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fix missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Feb 3, 2021
1 parent c8e80b2 commit 7184a83
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 @@ -54,8 +54,8 @@ docker build . -t crawler
```
Alternatively, download from GitHub Packages. This requires your token to be [installed](https://docs.github.com/en/packages/guides/configuring-docker-for-use-with-github-packages).
```bash
docker pull URL:latest
docker tag URL:latest crawler
docker pull docker.pkg.github.com/fasten-project/incremental-maven-crawler/crawler:latest
docker tag docker.pkg.github.com/fasten-project/incremental-maven-crawler/crawler:latest crawler
```

To run:
Expand Down

0 comments on commit 7184a83

Please sign in to comment.