Skip to content

Commit b491bc4

Browse files
committed
README: publish commands
1 parent f35e76a commit b491bc4

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,11 @@ npm run build:standalone
8787
>
8888
> **You must update the `version` in `package.json` and commit all changes first!**
8989
90-
### NPM
91-
9290
```bash
93-
npm run release:npm
94-
```
91+
npm run release
9592

96-
### Homebrew + Github
97-
98-
```bash
93+
# release individually
94+
npm run release:npm
95+
npm run release:github
9996
npm run release:brew
10097
```

0 commit comments

Comments
 (0)