Skip to content

Commit

Permalink
Add installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
quacksouls committed May 20, 2023
1 parent ebe6ac2 commit 112b2dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

Display a link to your GitHub repository in your GitBook/HonKit.

### Installation

Install via npm:

```sh
npm install gitbook-plugin-octocat --save-dev
```

### Usage

Put this in your `book.json`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook-plugin-octocat",
"version": "1.0.1",
"version": "1.0.2",
"description": "Display a link to your GitHub repository in your GitBook/HonKit",
"main": "index.js",
"authors": [
Expand Down

0 comments on commit 112b2dc

Please sign in to comment.