mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: remove extra $ from npm install command (#33366)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user