We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a980596 commit 649b977Copy full SHA for 649b977
src/onboarding/components/InstallationSteps.tsx
@@ -348,7 +348,8 @@ const InstallationSteps = () => {
348
349
<Typography variant='h5' mt={3}>Navigate to the Project Directory</Typography>
350
<TerminalBox>cd SynthetixFundingRateArbitrage</TerminalBox>
351
-
+ <TerminalBox>git checkout -d backend_flask_server</TerminalBox>
352
+ <TerminalBox>git pull origin backend_flask_server</TerminalBox>
353
<Typography variant='h5' mt={3}>Install Python</Typography>
354
{os === 'windows' ? (
355
<Typography>
0 commit comments