fix(nx-dev): nx homebrew install cmd

This commit is contained in:
Juri 2025-04-02 13:40:44 +02:00 committed by Juri Strumpflohner
parent ac103fa109
commit ebd39bb2ae

View File

@ -76,7 +76,7 @@ export function GettingStarted(): ReactElement {
<div className="mt-12 grid grid-cols-1 gap-6 sm:gap-8 md:grid-cols-2 ">
<GetStartedCard
title="Install Nx"
command="brew install nx"
command="brew tap nrwl/nx && brew install nx"
description="Get the <code>nx</code> executable from homebrew"
/>
<GetStartedCard