mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add pnpm install to README.md
This commit is contained in:
parent
0186a7adcf
commit
8568c9b628
|
@ -15,7 +15,9 @@ Website and documentation source for the Meshtastic project.
|
|||
|
||||
## Development & Building
|
||||
|
||||
nodejs is required in your dev. environment. The method for installing nodejs depends on your operating system. This software is built using [Docusaurus](https://docusaurus.io).
|
||||
_nodejs_ is required in your dev. environment. The method for installing _nodejs_ depends on your operating system. This software is built using [Docusaurus](https://docusaurus.io).
|
||||
|
||||
Before installing dependencies, make sure you have _pnpm_ installed. Follow the documentation at [pnpm installation guide](https://pnpm.io/installation) to install _pnpm_ if you haven't already.
|
||||
|
||||
Go to the root directory of your repository and install dependencies:
|
||||
|
||||
|
|
Loading…
Reference in a new issue