This commit is contained in:
dmc
2024-02-12 18:40:22 +01:00
parent 913eb8ffdb
commit 696fec2b86
12 changed files with 31 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Getting Started with Pear
Pear Runtime can be installed from the [pears.com](pears.com) or via [npm](https://www.npmjs.com/).
Since `npm` (or equivalent package manager) is needed to install application dependencies this guide will walk through installing `pear` with `npm`.
> [Build with Pear - Episode 01: Developing with Pear](https://youtu.be/y2G97xz78gU?si=gJ9gNDXrDztXtc4V)
## Requirements
Pear runs on Windows, Mac and Linux.
@@ -35,7 +41,7 @@ If not, the first run of `pear` will fetch the platform from peers, after which
To check that Pear is fully working, try the following command:
```
pear run keet
pear run pear://keet
```
Pear loads applications from peers, so this command should open [Keet](https://keet.io) whether or not it was downloaded and installed beforehand.