generated from array-in-a-matrix/matrix-bot-template
adjusted required stuff
This commit is contained in:
parent
24dedb8636
commit
aeac6f8e30
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -13,10 +13,9 @@ Nim files inside `src/nimbotsdk/` are named after the original TypeScript file t
|
||||||
To start developing, make sure you have the needed dependencies installed:
|
To start developing, make sure you have the needed dependencies installed:
|
||||||
|
|
||||||
- [Nim](https://nim-lang.org/)
|
- [Nim](https://nim-lang.org/)
|
||||||
- Nimble (comes with Nim compiler)
|
- Nimble (comes with Nim compiler) (For tests)
|
||||||
- [Node.js](https://nodejs.org/)
|
- [Node.js](https://nodejs.org/) (For tests)
|
||||||
- NPM package manager ([pnpm](https://pnpm.io/), [yarn](https://yarnpkg.com/), [npm](https://www.npmjs.com/), etc.)
|
- [pnpm](https://pnpm.io/)
|
||||||
- [Matrix bot SDK](https://github.com/turt2live/matrix-bot-sdk)
|
|
||||||
|
|
||||||
Clone the repository and download the SDK:
|
Clone the repository and download the SDK:
|
||||||
|
|
||||||
|
@ -43,9 +42,8 @@ You will need the following installed:
|
||||||
|
|
||||||
- [Nim](https://nim-lang.org/)
|
- [Nim](https://nim-lang.org/)
|
||||||
- Nimble (comes with Nim compiler)
|
- Nimble (comes with Nim compiler)
|
||||||
- [Node.js](https://nodejs.org/)
|
- [Node.js](https://nodejs.org/) (Not needed if you plan on running the code in the browser, this has not been tested yet.)
|
||||||
- NPM package manager ([pnpm](https://pnpm.io/), [yarn](https://yarnpkg.com/), [npm](https://www.npmjs.com/), etc.)
|
- NPM package manager ([pnpm](https://pnpm.io/), [yarn](https://yarnpkg.com/), [npm](https://www.npmjs.com/), etc.)
|
||||||
- [Matrix bot SDK](https://github.com/turt2live/matrix-bot-sdk)
|
|
||||||
|
|
||||||
You can install this library using `nimble`:
|
You can install this library using `nimble`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue