Skip to content

Commit

Permalink
use official pkgx formula
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 18, 2025
1 parent 92dd471 commit 5d6b16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkgx.sh/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Hero() {

const text = () =>
searchParams.get('via') === 'brew'
? 'brew install pkgxdev/made/pkgx'
? 'brew install pkgx'
: 'curl -Ssf https://pkgx.sh | sh'

const click = (event: React.MouseEvent<HTMLElement>) => {
Expand Down

0 comments on commit 5d6b16e

Please sign in to comment.