We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1df9 commit 90f6263Copy full SHA for 90f6263
README.md
@@ -7,6 +7,13 @@ This repository contains a simple Matrix client written in JavaScript to run in
7
8
The `develop` branch contains a full example, where the bot waits till someone replies back "hello".
9
10
+## Install
11
+
12
+- Use the latest Node.js LTS (v14.15.0 as of this writing).
13
+ - Make sure you have `npm` or `yarn` on the PATH.
14
+- Install depencendies: In the root directory, run `$ npm install`
15
+- Run the script using: From the same directory, run `$ node index.js`
16
17
---
18
-License: Public domain
19
+License: Unlicense/Public domain
0 commit comments