1./docs/development/documentation/local-dev/ Yarn -> pnpm fix. 2. /docs/configuration/radio/user/ section broken link warning fix

This commit is contained in:
Juno 2024-02-19 13:47:01 +09:00
parent 8b6d227dac
commit 3dad58bb41
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ Auto-generated by default.
### Is Licensed (HAM)
If you are a licensed HAM operator and have considered the [privileges and restrictions](/docs/faq#what-is-the-benefit-of-using-a-ham-license-with-meshtastic) of using Meshtastic with a HAM license, enable this flag.
If you are a licensed HAM operator and have considered the [privileges and restrictions](/docs/faq/#amateur-radio-ham) of using Meshtastic with a HAM license, enable this flag.
Disabled by default.

View file

@ -39,7 +39,7 @@ cd ~/meshtastic
### Install Dependencies
```shell title="Install dependencies using Yarn"
```shell title="Install dependencies using pnpm"
pnpm i
```