Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
literarymachine committed Nov 6, 2019
1 parent 15841a8 commit a98edec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

WebExtension to send page data to the skohub-editor

## Instructions for install
## Instructions for installing

```
$ git clone https://github.com/hbz/skohub-extension.git
$ cd skohub-extension
$ npm install
```

### Add to Chrome

Expand All @@ -19,6 +25,5 @@ After installing the extension click the new extension icon on any webpage, this
## Test

```
npm install // Only the first time
npm run test
$ npm run test
```

0 comments on commit a98edec

Please sign in to comment.