Skip to content

Commit 5cafabc

Browse files
Update quickstart.md
1 parent 56b2f8e commit 5cafabc

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

docs/quickstart.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Quickstart
22

3+
34
## Install
45

5-
Install the extension from the Marketplace - see [Installation](/docs/manual/installation.md).
6+
Go to the Marketplace link below then click the _Install_ button.
7+
8+
<div align="center">
9+
10+
[![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)
11+
12+
</div>
613

714

815
## Run
916

10-
Then use it like this:
17+
Then use the extension like this:
1118

1219
1. Open VS Code where you have a Git repo.
1320
1. Edit one or more files.
@@ -16,5 +23,5 @@ Then use it like this:
1623
- Staging is necessary if you do a _move_ or _rename_, so that Git sees the old and new path as the _same_ file.
1724
1. In VS Code's built-in Git pane, click the extension's icon.
1825
1. The extension will create a descriptive commit message for you in the commit message box.
19-
1. Optionally edit the message.
20-
1. Commit - click the tick button.
26+
1. Optionally edit your message.
27+
1. Commit - click the tick symbol button.

0 commit comments

Comments
 (0)