Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Commit 941b3de

Browse files
committed
update rasp install doc for v0.6, see #2320
1 parent c13c161 commit 941b3de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation/installing_gekko_on_raspberry_pi_2_or_3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ This will download the latest stable version of Gekko, remove the final `-b stab
4040
Once you have Gekko downloaded you need to install the dependencies, open your terminal and navigate to the gekko folder and run:
4141

4242
npm install --only=production
43+
cd exchange
44+
npm install --only=production
4345

4446
## Configure your Pi as a headless server
4547

46-
cd web/vue
48+
cd web/vue/dist
4749
nano UIconfig.js
4850

4951
Set headless to true

0 commit comments

Comments
 (0)