mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
Add guide on terminal debugging (#43)
* Add guides on how to debug mobile/terminal apps * Rename to Pear Desktop * Cleanup * Clean Pear.config.args explanation * Fix incorrect renaming * Remove mobile debugging guide * Rename fix * Rename back to Pear Runtime
This commit is contained in:
committed by
GitHub
parent
9fa999e0c8
commit
af9d543015
@@ -10,7 +10,7 @@ Since `npm` (or equivalent package manager) is needed to install application dep
|
||||
|
||||
Pear runs on Windows, Mac and Linux.
|
||||
|
||||
The `pear` CLI can be installed from [npm](https://www.npmjs.com/), which comes with [`node`](https://nodejs.org/en/about).
|
||||
The `pear` CLI can be installed from [npm](https://www.npmjs.com/), which comes with [`node`](https://nodejs.org/en/about).
|
||||
|
||||
The `npm` package manager can also be used to install application dependencies later on.
|
||||
|
||||
@@ -35,7 +35,7 @@ pear
|
||||
```
|
||||
|
||||
If a Pear application, such as [Keet](https://keet.io), is already installed then the Pear platform is already available. In this case, running `pear` should show help output.
|
||||
|
||||
|
||||
If not, the first run of `pear` will fetch the platform from peers, after which running `pear` again should output help information.
|
||||
|
||||
To check that Pear is fully working, try the following command:
|
||||
@@ -50,4 +50,4 @@ Pear loads applications from peers, so this command should open [Keet](https://k
|
||||
## Next
|
||||
|
||||
* [Starting a Pear Desktop Project](./starting-a-pear-desktop-project.md)
|
||||
* [Starting a Pear Terminal Project](./starting-a-pear-terminal-project.md)
|
||||
* [Starting a Pear Terminal Project](./starting-a-pear-terminal-project.md)
|
||||
|
||||
Reference in New Issue
Block a user