Browse Source

doc curl|bash install in README

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

+ 8 - 14
README.md

@@ -8,6 +8,14 @@ This also serves as a tool for getting new Mac OS X systems setup in a hurry.
 
 
 
+## Installation
+
+```bash
+curl -fsSL "https://raw.githubusercontent.com/KylePDavis/dotfiles/master/install.sh" | bash -
+```
+
+
+
 ## Highlights
 
 * `.profile`
@@ -26,20 +34,6 @@ This also serves as a tool for getting new Mac OS X systems setup in a hurry.
 
 
 
-## Installation
-
-### Clone it
-```bash
-git clone "https://github.com/KylePDavis/dotfiles" "$HOME/.dotfiles"
-```
-
-### Automated
-```bash
-"$HOME/.dotfiles/.install.sh"
-```
-
-
-
 [liquidprompt]: https://github.com/nojhan/liquidprompt
 [brew]: http://brew.sh
 [atom]: https://atom.io