mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
typos eg help stage vs stage help (#56)
Co-authored-by: dazl <dazl@dazl.ca>
This commit is contained in:
@@ -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 <channel|key> [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 <key>`.
|
||||
|
||||
@@ -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 <channel|key> [dir]`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user