docs: remove extra $ from npm install command (#33366)
This commit is contained in:
parent
3aec1c3e3f
commit
8ad1470d08
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Your `package.json` file should look something like this:
|
|||
Then, install the `electron` package into your app's `devDependencies`.
|
||||
|
||||
```sh npm2yarn
|
||||
$ npm install --save-dev electron
|
||||
npm install --save-dev electron
|
||||
```
|
||||
|
||||
> Note: If you're encountering any issues with installing Electron, please
|
||||
|
|
Loading…
Reference in a new issue