Skip to content

Commit

Permalink
Update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiootic committed Jul 18, 2023
1 parent 15634fa commit 7b52519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ For macOS user, run `xattr -c pageship_x.x.x_darwin_arm64.tar.gz` before unzip t
Docker images are available from GitHub Packages:

```sh
docker pull ghcr.io/oursky/pageship:v0.3.1
docker pull ghcr.io/oursky/pageship-controller:v0.3.1
docker pull ghcr.io/oursky/pageship:v0.4.0
docker pull ghcr.io/oursky/pageship-controller:v0.4.0
```

## Go install

```sh
go install github.com/oursky/pageship@v0.3.1
go install github.com/oursky/pageship@v0.4.0
```

0 comments on commit 7b52519

Please sign in to comment.