We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb902e commit 8ac3a21Copy full SHA for 8ac3a21
docs/quickstart.md
@@ -5,14 +5,20 @@ How to install and run the extension in VS Code.
5
6
## Install
7
8
-Go to the Marketplace link below then click the _Install_ button.
+Go to the Marketplace link below, then click the _Install_ button.
9
10
<div align="center">
11
12
[](https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg)
13
14
</div>
15
16
+Or enter the following in the VS Code command prompt.
17
+
18
+```sh
19
+$ ext install MichaelCurrin.auto-commit-msg
20
+```
21
22
23
## Run
24
0 commit comments