Skip to content

Commit d906218

Browse files
committed
added installation instructions
1 parent af580e4 commit d906218

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# GitHub Markdown Snippets
2-
Helpful snippets to get you started with GitHub flavored Markdown by letting you type the plain old HTML tag names with a twist.
2+
Helpful Sublime Text snippets to get you started with GitHub flavored Markdown by letting you type the plain old HTML tag names with a prefix.
33

4-
##Usage
4+
## Installation
5+
- Clone the repository or download the [ZIP](https://github.com/praveenpuglia/github-markdown-snippets/archive/master.zip)
6+
- Extract the archive
7+
- Put it in your **Packages**( `Preferences > Browse Packages...` ) directory.
8+
9+
## Usage
510
Prefix an HTML tag you know with an **m** in your **.md** file and hit `TAB`. Examples -
611
- `mh1` - for Heading 1
712
- `mimg` - for an image
@@ -86,5 +91,6 @@ mtable // Table
8691

8792

8893

94+
8995

9096

0 commit comments

Comments
 (0)