From 09e8926fe9ad85c800ac8d51aa2023f12fa4e3d6 Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Fri, 15 Feb 2013 17:46:13 -0500 Subject: [PATCH] Add opt dir instructions Add missing instructions that will affect the shell config. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5fd3533..0e00240 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This repository template is just a basic example of _how_ to do things with them `wfarr/my-boxen`). **Make sure it is a private repository!** 1. Use your install of [boxen-web](https://github.com/boxen/boxen-web) or get running manually like so: ``` + sudo mkdir -p /opt/boxen + sudo chown $USER:admin /opt/boxen mkdir -p ~/src/my-boxen cd ~/src/my-boxen git init @@ -25,6 +27,7 @@ This repository template is just a basic example of _how_ to do things with them script/boxen ``` + 1. Close and reopen your Terminal. If you have a shell config file (eg. `~/.bashrc`) you'll need to add this at the very end: `[ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh`, and reload