Skip to content

Commit

Permalink
Update Readme.md (add go install) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Sep 10, 2022
1 parent 2a57631 commit 2d4fdaa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ ./gh-md-toc --version
Compiling from source
---------------------

You need golang installed is your OS:
You need golang installed in your OS:

```bash
$ make build
Expand All @@ -92,6 +92,15 @@ Args:
[<path>] Local path or URL of the document to grab TOC. Read MD from stdin if not entered.
```
Go Install
------------------
You need golang installed in your OS:
```bash
go install "github.com/ekalinin/github-markdown-toc.go/cmd/gh-md-toc@latest"
```
Homebew (Mac only)
------------------
Expand Down

0 comments on commit 2d4fdaa

Please sign in to comment.