Skip to content

Commit

Permalink
drop $
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Feb 5, 2023
1 parent 0254999 commit f39068b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@
## Quickstart

1. Install dependencies

```sh
$ npm install --include=dev
npm install --include=dev
```

2. Build

```sh
$ npm run build
npm run build
```

3. Pack

```sh
# create a .tgz with contents to be used as an NPM package
$ npm run pack
npm run pack
```

4. Upload to git release
5. Install NPM package from .tgz URL from git release
5. Install NPM package from .tgz URL from git release

0 comments on commit f39068b

Please sign in to comment.