diff --git a/guide/sharing-a-pear-app.md b/guide/sharing-a-pear-app.md index a69db1e..b280f66 100644 --- a/guide/sharing-a-pear-app.md +++ b/guide/sharing-a-pear-app.md @@ -16,7 +16,7 @@ If starting from [Making a Pear Desktop Application](./making-a-pear-desktop-app ## Step 1. Stage the app -To view the help for the `pear stage` command run `pear stage help`. +To view the help for the `pear stage` command run `pear help stage`. The command signature for `pear stage` is `pear stage [dir]`. @@ -40,7 +40,7 @@ If the application is a desktop application there will also be a warmup step whe ## Step 2. Run the app on the same machine -To view the help for the `pear run` command run `pear run help`. +To view the help for the `pear run` command run `pear help run`. The command signature for `pear run` is `pear run `. @@ -56,7 +56,7 @@ Where `pear dev` opens an application from the filesystem, `pear run` opens the The application can be shared with other peers by announcing the application to the DHT and then supplying the application key to other peers. -To view the help for the `pear seed` command run `pear seed help`. +To view the help for the `pear seed` command run `pear help seed`. The command signature for `pear seed` is `pear seed [dir]`.