Skip to content

Commit

Permalink
Update install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kiootic committed Jul 18, 2023
1 parent d132247 commit 6b089b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Download latest binary release from [GitHub](https://github.com/oursky/pageship/releases).

```
curl https://raw.githubusercontent.com/oursky/pageship/main/install.sh | sh -s -- -b .
curl -sSL https://raw.githubusercontent.com/oursky/pageship/main/install.sh | sh -s -- -b .
sudo mv ./pageship /usr/local/bin
```

Expand All @@ -22,4 +22,4 @@ docker pull ghcr.io/oursky/pageship-controller:v0.4.0

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

0 comments on commit 6b089b4

Please sign in to comment.