Skip to content

Commit 8f4d49c

Browse files
committed
Update INSTALL
1 parent 7932bd2 commit 8f4d49c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

INSTALL

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@ MANUAL INSTALL:
2626
2. Download Coder from git.
2727
# git clone https://github.com/googlecreativelab/coder.git
2828

29-
3. In coder-base run "npm install" to download all the
30-
needed modules.
31-
32-
4. Install the basic Coder apps.
29+
3. Install the basic Coder apps.
3330
# cd coder-apps
34-
# ./install_common.sh
31+
# ./install_common.sh ../coder-base
32+
33+
Optional: Raspberry Pi additions to the code can be installed with:
34+
# ./install_pi.sh ../coder-base
35+
Note that there are a number of additional changes made to the OS.
36+
These additional configurations can be found in the raspbian-addons
37+
directory. See below.
38+
39+
4. In coder-base run "npm install" to download all the
40+
needed modules.
3541

3642
5. Edit config.js to your liking. I recommend starting
3743
with the settings in config.js.localhost and running
@@ -54,7 +60,7 @@ and keep your Pi password in sync with your Coder password.
5460
There's some convoluted system configuration involved, which is
5561
probably why you'd want to start with the Coder disk image,
5662
but the modified apps are available by running ./install_pi.sh
57-
after step 4. Modifications to the stock raspbian configuration
63+
after step 3. Modifications to the stock raspbian configuration
5864
can be found in raspbian-addons.
5965

6066

0 commit comments

Comments
 (0)