Skip to content

Commit 8ac3a21

Browse files
Update quickstart.md
1 parent ffb902e commit 8ac3a21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ How to install and run the extension in VS Code.
55

66
## Install
77

8-
Go to the Marketplace link below then click the _Install_ button.
8+
Go to the Marketplace link below, then click the _Install_ button.
99

1010
<div align="center">
1111

1212
[![VS Code Marketplace - Auto Commit Message](https://img.shields.io/badge/VS_Code_Marketplace-Auto_Commit_Message-2ea44f?style=for-the-badge&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg)
1313

1414
</div>
1515

16+
Or enter the following in the VS Code command prompt.
17+
18+
```sh
19+
$ ext install MichaelCurrin.auto-commit-msg
20+
```
21+
1622

1723
## Run
1824

0 commit comments

Comments
 (0)