Skip to content

Commit

Permalink
docs: add installation step for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano authored Oct 22, 2022
1 parent d0caae9 commit a051452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
This package is a Gatsby Theme, therefore you need a project using Gatsby v2 installed to use it. You can check the [official documentation](https://www.gatsbyjs.org/docs/quick-start/) to bootstrap a Gatsby project.

```bash
# npm
> npm install gatsby-theme-jsonresume

# yarn
> yarn add gatsby-theme-jsonresume
```

Expand Down

0 comments on commit a051452

Please sign in to comment.