@rbbtsn0w/adg 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,8 @@ Install the CLI once, then run `adg` from anywhere:
|
|
|
40
40
|
```bash
|
|
41
41
|
npm install -g @rbbtsn0w/adg # stable channel
|
|
42
42
|
npm install -g @rbbtsn0w/adg@beta # pre-release channel
|
|
43
|
+
brew tap RbBtSn0w/tap
|
|
44
|
+
brew install adg
|
|
43
45
|
# or run ad-hoc, no install:
|
|
44
46
|
npx @rbbtsn0w/adg --help
|
|
45
47
|
```
|