mirror of
https://github.com/hacks-guide/Guide-WiiU.git
synced 2026-04-20 16:47:25 -05:00
Update bash code blocks to be shell (agnostic)
This commit is contained in:
parent
59cb5961b7
commit
0072d9ff60
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user