Skip to content

Commit f429aa1

Browse files
committed
fix: change prerequisites from Node.js to Bun in QuickStartPage
1 parent 7a0d98e commit f429aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/QuickStartPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PINECONE_INDEX_NAME=codeintel`}
151151
<DocsPrerequisites
152152
items={[
153153
{ text: 'Python 3.11+' },
154-
{ text: 'Node.js 20+ (or Bun)' },
154+
{ text: 'Bun (package manager)', href: 'https://bun.sh' },
155155
{ text: 'Redis running locally' },
156156
{ text: 'OpenAI and Pinecone API keys' },
157157
]}

0 commit comments

Comments
 (0)