Skip to content

Commit 649b977

Browse files
installation fix
1 parent a980596 commit 649b977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/onboarding/components/InstallationSteps.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ const InstallationSteps = () => {
348348

349349
<Typography variant='h5' mt={3}>Navigate to the Project Directory</Typography>
350350
<TerminalBox>cd SynthetixFundingRateArbitrage</TerminalBox>
351-
351+
<TerminalBox>git checkout -d backend_flask_server</TerminalBox>
352+
<TerminalBox>git pull origin backend_flask_server</TerminalBox>
352353
<Typography variant='h5' mt={3}>Install Python</Typography>
353354
{os === 'windows' ? (
354355
<Typography>

0 commit comments

Comments
 (0)