Update bash code blocks to be shell (agnostic)

This commit is contained in:
grunt22fox 2026-02-28 02:11:00 -06:00
parent 59cb5961b7
commit 0072d9ff60

View File

@ -17,14 +17,14 @@ This requires the following installed on your system:
To test the website locally, clone the source code:
```bash
```shell
git clone https://github.com/hacks-guide/Guide-WiiU.git --recurse-submodules
cd Guide-WiiU
```
Then simply run the following commands:
```bash
```shell
npm ci
npm run docs:dev
```