Browse Source

add reloading of bash profile in instructions

Kyle P Davis 8 years ago
parent
commit
abb2459e4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ This also serves as a tool for getting new Mac OS X and Linux systems setup in a
 ## Installation
 
 ```bash
-curl -fsSL "https://github.com/KylePDavis/dotfiles/raw/master/install.sh" | bash -
+curl -fsSL "https://github.com/KylePDavis/dotfiles/raw/master/install.sh" | bash -  &&  . ~/.profile
 ```
 _(you do read these scripts, right?)_