Explorar o código

Fixed more docs; we need $HOME not ~.

Graham Ashton %!s(int64=15) %!d(string=hai) anos
pai
achega
f8b18aac84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bundler-bin.sh

+ 1 - 1
bundler-bin.sh

@@ -25,7 +25,7 @@
 # For example:
 #
 #  $ cp bundler-bin/bundler-bin.sh ~/.bundler-bin.sh
-#  $ echo "PROJECT_ROOT=~/code" >> ~/.bashrc
+#  $ echo "PROJECT_ROOT=$HOME/code" >> ~/.bashrc
 #  $ echo "[ -f ~/.bundler-bin.sh ] && source ~/.bundler-bin.sh" >> ~/.bashrc
 #
 # That's it... cd into a bundled project and try `echo $PATH` to see if