Skip to content

Commit 5df04f5

Browse files
docs: fix dashboard backend source paths
1 parent 60c87e3 commit 5df04f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ git clone https://github.com/CaviraOSS/OpenMemory.git
179179
cd OpenMemory
180180
cp .env.example .env
181181

182-
cd backend
182+
cd packages/openmemory-js
183183
npm install
184184
npm run dev # default :8080
185185
```

dashboard/CHAT_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The chat interface is now connected to the OpenMemory backend and can query memo
1717
First, make sure the OpenMemory backend is running:
1818

1919
```bash
20-
cd backend
20+
cd packages/openmemory-js
2121
npm install
2222
npm run dev
2323
```

0 commit comments

Comments
 (0)