From 8d29c7b59da88e6b256fe9fec77cee9a06e5d0cd Mon Sep 17 00:00:00 2001 From: Robin Wenglewski Date: Thu, 28 Feb 2013 19:18:30 +0100 Subject: [PATCH] change $USER to ${USER} to avoid history expansion see [here](http://stackoverflow.com/questions/15140221/weired-zsh-behavior-how-to-debug/) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb8048..4d5e240 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository template is just a basic example of _how_ to do things with them 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 + sudo chown ${USER}:admin /opt/boxen mkdir -p ~/src/my-boxen cd ~/src/my-boxen git init @@ -48,7 +48,7 @@ create an entirely separate repo and simply pull the code in, as shown above. ``` sudo mkdir -p /opt/boxen -sudo chown $USER:admin /opt/boxen +sudo chown ${USER}:admin /opt/boxen git clone https://github.com/yourorg/yourreponame.git /opt/boxen/repo cd /opt/boxen/repo script/boxen