Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 3d9e3f8

Browse files
committed
chore(docs): update README
1 parent babe848 commit 3d9e3f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ Zero configuration peer-to-peer terminal chat with built-in end-to-end encryptio
1111
[![Downloads/week](https://img.shields.io/npm/dw/peerchat.svg)](https://npmjs.org/package/peerchat)
1212
[![License](https://img.shields.io/npm/l/peerchat.svg)](https://github.com/dstack-js/chat/blob/master/package.json)
1313

14+
# Installing
15+
16+
```console
17+
npm i -g peerchat
18+
# or using yarn:
19+
yarn global add peerchat
20+
```
21+
22+
on M1:
23+
24+
```console
25+
yarn global add git+https://github.com/dstack-js/node-webrtc.git
26+
yarn global add peerchat
27+
```
28+
29+
30+
---
31+
1432
<!-- toc -->
1533
* [Usage](#usage)
1634
* [Commands](#commands)

0 commit comments

Comments
 (0)