Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 1, 2024
1 parent ecbe719 commit d79b48a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/content/blog/self-hosted-live-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ npm run build

Then Zip your build:
```shell
npx @capgo/cli/latest bundle zip
npx @capgo/cli@latest bundle zip
```

Then encrypt your zip:
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/docs/plugin/self-hosted/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ npx cap sync
To send updates to your app, you need to zip it.
The best way to be certain your zip is good is to use the Capgo CLI for zipping.
```bash title="Create a bundle with your files to serve from your server"
npx @capgo/cli/latest bundle zip
npx @capgo/cli@latest bundle zip
```


Expand All @@ -108,4 +108,4 @@ You will have to serve this zip from your server on your own.

:::note
If this seems like a lot of work, try the trial Capgo Cloud.
:::
:::
2 changes: 1 addition & 1 deletion src/content/docs/docs/self-hosted/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In manual mode, all the logic is handled by the JS, that some good and some bad
To send updates to your app, you need to zip it.
The best way to be certain your zip is good is to use the Capgo CLI for zipping.

`npx @capgo/cli/latest bundle zip` will create your zip ready to be uploaded in your backend.
`npx @capgo/cli@latest bundle zip` will create your zip ready to be uploaded in your backend.

<LinkCard
title="Auto update"
Expand Down

0 comments on commit d79b48a

Please sign in to comment.