From 0ae43fde727f2c15a1e04ce99f814ba163f8d336 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Thu, 29 Jun 2023 11:50:17 +0100 Subject: [PATCH] Added pnpm and yarn CLI install options --- .../helpContent/HelpContentText.tsx | 38 ++++++++++++++++--- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/apps/webapp/app/components/helpContent/HelpContentText.tsx b/apps/webapp/app/components/helpContent/HelpContentText.tsx index dfe62c5f4..a0936035a 100644 --- a/apps/webapp/app/components/helpContent/HelpContentText.tsx +++ b/apps/webapp/app/components/helpContent/HelpContentText.tsx @@ -91,12 +91,38 @@ export function HowToSetupYourProject() { Copy this CLI command into a new terminal window.{" "} - `} - /> + + + + npm + pnpm + yarn + + + `} + /> + + + `} + /> + + + `} + /> + + Use the public URL from step 2d above to replace the -u placeholder text.