Sfoglia il codice sorgente

add reloading of bash profile in instructions

Kyle P Davis 6 anni fa
parent
commit
abb2459e4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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?)_