Update docs

This commit is contained in:
nirname
2024-01-13 20:41:27 +00:00
parent 621d6cbda1
commit 3290c38260

View File

@@ -49,17 +49,18 @@ We support **development within Docker** environment along with **host setup**.
These are the tools we use for working with the code and documentation: These are the tools we use for working with the code and documentation:
- [volta](https://volta.sh/) to manage node versions. - [Node.js](https://nodejs.org/en/).
- [Node.js](https://nodejs.org/en/). `volta install node` - [pnpm](https://pnpm.io/) package manager.
- [pnpm](https://pnpm.io/) package manager. `volta install pnpm`
In case you do not use `volta` the following commands must be sufficient enough to start with: The following commands must be sufficient enough to start with:
```bash ```bash
curl -fsSL https://get.pnpm.io/install.sh | sh - curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm env use --global 18 pnpm env use --global 18
``` ```
You may also need to reload `.shrc` or `.bashrc` afterwards.
**Docker** **Docker**
[Install Docker](https://docs.docker.com/engine/install/). And that is pretty much all you need. [Install Docker](https://docs.docker.com/engine/install/). And that is pretty much all you need.