Remove $ from bash markdown blocks

This commit is contained in:
Christopher Schleiden
2023-01-25 09:12:48 -08:00
parent ef6cfdcd1e
commit 5984871a7c
4 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -9,13 +9,13 @@ This is a web-based playground hosting the [language server](../actions-language
Even though the package is part of the `npm` workspace, it needs its dependencies to be installed locally in order to run `webpack-dev-server`. To do so, run:
```bash
$ npm i --workspaces=no
npm i --workspaces=no
```
then
```bash
$ npm start
npm start
```
to build and serve the app at `localhost:8080`.