We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a62f51 commit 5abe63cCopy full SHA for 5abe63c
src/pages/getting-started/index.js
@@ -88,7 +88,7 @@ export default function GettingStartedPage() {
88
<div className="relative">
89
<Terminal
90
prompts={[
91
- 'git clone -b quickstart https://github.com/overture-stack/prelude.git && cd quickstart',
+ 'git clone -b quickstart https://github.com/overture-stack/prelude.git && cd prelude',
92
]}
93
/>
94
</div>
src/pages/index.js
@@ -418,7 +418,7 @@ export default function HomePage() {
418
</P2>
419
420
421
422
423
424
0 commit comments