adjusted required stuff

This commit is contained in:
array-in-a-matrix 2024-01-15 02:01:37 -05:00
parent 24dedb8636
commit aeac6f8e30

View file

@ -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:
- [Nim](https://nim-lang.org/)
- Nimble (comes with Nim compiler)
- [Node.js](https://nodejs.org/)
- 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)
- Nimble (comes with Nim compiler) (For tests)
- [Node.js](https://nodejs.org/) (For tests)
- [pnpm](https://pnpm.io/)
Clone the repository and download the SDK:
@ -43,9 +42,8 @@ You will need the following installed:
- [Nim](https://nim-lang.org/)
- 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.)
- [Matrix bot SDK](https://github.com/turt2live/matrix-bot-sdk)
You can install this library using `nimble`: