Skip to content

Commit d848b11

Browse files
Update installation.md
1 parent 8ac3a21 commit d848b11

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/manual/installation.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Go to the Marketplace link below then click the _Install_ button.
1818
1. Search for and install the extension by name - _Auto Commit Message_.
1919
1. Click _Install_.
2020

21+
Or enter the following in the VS Code command prompt:
22+
23+
```sh
24+
$ ext install MichaelCurrin.auto-commit-msg
25+
```
26+
2127
---
2228

2329
Continue to the [Usage](usage.md) doc.
@@ -32,12 +38,12 @@ Continue to the [Usage](usage.md) doc.
3238
- [![view - releases](https://img.shields.io/badge/view-releases-2ea44f?style=for-the-badge&logo=github)](https://github.com/MichaelCurrin/auto-commit-msg/releases)
3339
1. Find the latest release.
3440
1. Expand the _Assets_ section.
35-
3. Download a copy of the `.vsix` archive file by clicking on the filename.
41+
1. Download a copy of the `.vsix` archive file by clicking on the filename.
3642
1. In VS Code
3743
1. Open the Command Palette (_View_ then _Command Palette_).
3844
1. Type `extension`, wait for the auto-complete, then select _Extension: Install from VSIX..._.
3945
1. Select the file downloaded earlier.f
40-
3. Make sure to **restart** VS Code to get the extension loaded.
46+
1. Make sure to **restart** VS Code to get the extension loaded.
4147

4248
### Use the terminal
4349

0 commit comments

Comments
 (0)