Skip to content

Commit ebd39bb

Browse files
committed
fix(nx-dev): nx homebrew install cmd
1 parent ac103fa commit ebd39bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-dev/ui-gradle/src/lib/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function GettingStarted(): ReactElement {
7676
<div className="mt-12 grid grid-cols-1 gap-6 sm:gap-8 md:grid-cols-2 ">
7777
<GetStartedCard
7878
title="Install Nx"
79-
command="brew install nx"
79+
command="brew tap nrwl/nx && brew install nx"
8080
description="Get the <code>nx</code> executable from homebrew"
8181
/>
8282
<GetStartedCard

0 commit comments

Comments
 (0)