add sh to code block
This commit is contained in:
parent
ba6f01a109
commit
44572dce7d
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@ Electron supports three streams of development versions, each of which is identi
|
||||||
|
|
||||||
A `dist-tag` can be used when installing Electron as a reference to a version instead of using a specific version number:
|
A `dist-tag` can be used when installing Electron as a reference to a version instead of using a specific version number:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
npm install electron@<dist-tag>
|
npm install electron@<dist-tag>
|
||||||
```
|
```
|
||||||
**Note:** if unspecified, `latest` will be used.
|
|
||||||
|
|
||||||
|
**Note:** if unspecified, `latest` will be used.
|
||||||
|
|
||||||
## Stable Releases
|
## Stable Releases
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue