Skip to content

Commit 52f6a96

Browse files
authored
Update INSTALL.md (#79)
removed BrainDrive-Core from front and backend cd commands
1 parent 6d39490 commit 52f6a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Look at [/backend/.env-dev](https://github.com/BrainDriveAI/BrainDrive-Core/blob
7777
In the **first terminal window**:
7878

7979
```bash
80-
cd BrainDrive-Core/backend
80+
cd backend
8181
uvicorn main:app --host localhost --port 8005
8282
```
8383

@@ -88,7 +88,7 @@ uvicorn main:app --host localhost --port 8005
8888
In the **second terminal window**:
8989

9090
```bash
91-
cd BrainDrive-Core/frontend
91+
cd frontend
9292
npm install
9393
```
9494

@@ -147,14 +147,14 @@ conda activate BrainDriveDev
147147
### 3️⃣ Start the Backend Server
148148

149149
```bash
150-
cd BrainDrive-Core/backend
150+
cd backend
151151
uvicorn main:app --reload --host localhost --port 8005
152152
```
153153

154154
### 4️⃣ Start the Frontend Server
155155

156156
```bash
157-
cd BrainDrive-Core/frontend
157+
cd frontend
158158
npm run dev
159159
```
160160

0 commit comments

Comments
 (0)