Update guide/making-a-pear-terminal-app.md

Co-authored-by: David Mark Clements <david.mark.clements@gmail.com>
This commit is contained in:
Tobias Baunbæk Christensen
2024-02-13 15:16:54 +01:00
committed by GitHub
parent 377828459b
commit 2a83cb57e6

View File

@@ -8,7 +8,7 @@ It continues where [Starting a Pear Terminal Project](./starting-a-pear-terminal
## Step 1. Install modules
For the chat part of the app, the same modules are needed as in [Making a Pear Desktop Application](./making-a-pear-desktop-app.md), `hyperswarm`, `b4a`, `hypercore-crypto`.
For the chat part of the app, the same modules are needed as in [Making a Pear Desktop Application](./making-a-pear-desktop-app.md), `hyperswarm`, `b4a` and `hypercore-crypto`.
Pear runs on [`Bare`](https://github.com/holepunchto/bare), a lightweight JavaScript runtime which is similar to Node.js but comes with very few internal modules. Almost all Bare functionality comes from dependencies. Pear Terminal Applications are Bare applications so we will need `bare-readline` and `bare-tty` to read user input.