From 5d4f9fbc656edc7eb840dc435083463911a0ddaf Mon Sep 17 00:00:00 2001 From: T guntenaar Date: Mon, 18 Dec 2023 17:02:20 +0100 Subject: [PATCH] Update CONTRIBUTING.md zsh -> sh --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7cec1a53..05a8ffdd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,13 +31,13 @@ npm install To initiate the development environment, you can use the following script. This script will first check if bos-loader is installed and, if not, install it. Then, it will serve the default development environment and watch for changes inside `./src`. -```zsh +```sh npm run dev ``` This runs the bos-loader and the watcher together. You can also run testnet by running: -```zsh +```sh npm run dev:testnet ``` @@ -45,7 +45,7 @@ While testing the testnet, it's necessary to manually execute the watch script y Open another terminal and run: -```zsh +```sh npm run watch ```