Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiootic committed Jul 3, 2023
2 parents 69bbdc8 + 998484c commit 068fd72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/guides/deploying-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ $ pageship apps configure
Configured app "...".
```

You can reset the client side config using `pageship config reset`

```
$ pageship config reset
Reset client config: y
INFO Client config reset.
```

## Deploy site

By default, each app has a default `main` site. Other sites can be configured in
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Download latest binary release from [GitHub](https://github.com/oursky/pageship/releases).

For macOS user, run `xattr -c pageship_x.x.x_darwin_arm64.tar.gz` before unzip the binary file

## Runner with Docker

Docker images are available from GitHub Packages:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/setup-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Actions integration, but is more complex to setup.
You can use `pageship` command to deploy to server and manage sites using this
mode.

See the [setup guide for managed sites mode](./setup/unmanaged-sites.md)
See the [setup guide for managed sites mode](./setup/managed-sites.md)

0 comments on commit 068fd72

Please sign in to comment.