mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Update guide/making-a-pear-terminal-app.md
Co-authored-by: David Mark Clements <david.mark.clements@gmail.com>
This commit is contained in:
committed by
GitHub
parent
377828459b
commit
2a83cb57e6
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user