Skip to content

Commit 051703f

Browse files
author
Nick Jonas
committed
readme
1 parent af081e1 commit 051703f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,35 @@ http://goo.gl/coder
88
#To Install
99

1010
- SSH into your pi as the coder user ```sudo su -s /bin/bash coder```
11-
- Replace coder-dist compeletely with this cloned repo
11+
- Replace coder-dist compeletely with this cloned repo and rename to coder-dist
12+
13+
```
14+
git clone https://github.com/nick-jonas/coder.git && mv coder coder-dist
15+
```
16+
17+
1218
- Install NPM dependencies
1319

1420
```
15-
npm install ./coder-base.json ./raspbian-addons/home/coder/coder-dist/coder-base/package.json
21+
# from repo root
22+
cd ./coder-base/
23+
/opt/node/bin/npm install
24+
25+
# from repo root
26+
cd ./raspbian-addons/home/coder/coder-dist/coder-base/
27+
/opt/node/bin/npm install
1628
```
1729

1830
- Install Apps
1931

2032
```
33+
# from repo root
2134
cd coder-apps
22-
./install_pi.sh
35+
./install_pi.sh ../coder-base/
2336
```
2437

38+
- Visit coder.local (or IP of device) in browser, and config your password
39+
2540

2641
### What You'll Find Here
2742

0 commit comments

Comments
 (0)