Commit 5203951a978b5ded67040dbaaf5283118faafa5e

Authored by Will Farrington

Merge pull request #36 from kevinSuttle/master

Add missing opt dir commands

Showing 1 changed file Side-by-side Diff

... ... @@ -14,6 +14,8 @@
14 14 `wfarr/my-boxen`). **Make sure it is a private repository!**
15 15 1. Use your install of [boxen-web](https://github.com/boxen/boxen-web) or get running manually like so:
16 16 ```
  17 + sudo mkdir -p /opt/boxen
  18 + sudo chown $USER:admin /opt/boxen
17 19 mkdir -p ~/src/my-boxen
18 20 cd ~/src/my-boxen
19 21 git init
... ... @@ -25,6 +27,7 @@
25 27  
26 28 script/boxen
27 29 ```
  30 +
28 31 1. Close and reopen your Terminal. If you have a shell config file
29 32 (eg. `~/.bashrc`) you'll need to add this at the very end:
30 33 `[ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh`, and reload