Commit 09e8926fe9ad85c800ac8d51aa2023f12fa4e3d6
1 parent
a727d5507e
Add opt dir instructions
Add missing instructions that will affect the shell config.
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
README.md
... | ... | @@ -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 |