Skip to content

Commit eb1ef0e

Browse files
committed
k well we got added to Homebrew proper 🎉
1 parent 2b95b5c commit eb1ef0e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Quickstart
1111

1212
```sh
13-
brew install pkgxdev/made/pkgx || curl https://pkgx.sh | sh
13+
brew install pkgx || curl https://pkgx.sh | sh
1414
```
1515

1616
> [docs.pkgx.sh/installing-w/out-brew]

‎docs/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Quick Start
66

77
```sh
8-
brew install pkgxdev/made/pkgx || curl https://pkgx.sh | sh
8+
brew install pkgx || curl https://pkgx.sh | sh
99
```
1010

1111
[Getting Started Guide](getting-started.md)

‎docs/getting-started.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
There are quite a few ways to install `pkgx` but this is our recommendation:
22

33
```sh
4-
brew install pkgxdev/made/pkgx || curl https://pkgx.sh | sh
4+
brew install pkgx || curl https://pkgx.sh | sh
55
```
66

77
# Complete Installation Method Listing
88

99
1. ## Homebrew
1010

1111
```sh
12-
brew install pkgxdev/made/pkgx
12+
brew install pkgx
1313
```
1414

1515
2. ## cURL Installer

0 commit comments

Comments
 (0)