We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac103fa commit ebd39bbCopy full SHA for ebd39bb
nx-dev/ui-gradle/src/lib/hero.tsx
@@ -76,7 +76,7 @@ export function GettingStarted(): ReactElement {
76
<div className="mt-12 grid grid-cols-1 gap-6 sm:gap-8 md:grid-cols-2 ">
77
<GetStartedCard
78
title="Install Nx"
79
- command="brew install nx"
+ command="brew tap nrwl/nx && brew install nx"
80
description="Get the <code>nx</code> executable from homebrew"
81
/>
82
0 commit comments