Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zyra/autonats
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Nov 5, 2020
2 parents 112f9ce + 7e4aae2 commit 528101c
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 @@ -49,7 +49,7 @@ You can run the tool by downloading it from the releases page, or by using the d
$ autonats g

# Docker
$ docker run -it --rm -v $(pwd):/root/ harbor.zyra.ca/public/autonats g
$ docker run -it --rm -v $(pwd):/root/ docker.pkg.github.com/zyra/autonats/autonats:v1.0.1 g

# TODO: upload to dockerhub
```
Expand Down Expand Up @@ -92,4 +92,4 @@ client := NewUserClient(nc, l)

// use it as defined in the interface
user, err := GetById(...)
```
```

0 comments on commit 528101c

Please sign in to comment.