diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-09-15 13:23:31 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-09-15 13:23:31 +0200 |
commit | 9e09c6a0dacd297d46dd3988f2ce8b7281d8e318 (patch) | |
tree | 7dd78f35be1a327884c09ae0c0e870d9782fcf1e | |
parent | c31450229d943144e6e71a1435a02b94c2916af9 (diff) | |
download | dotfiles-9e09c6a0dacd297d46dd3988f2ce8b7281d8e318.tar.gz dotfiles-9e09c6a0dacd297d46dd3988f2ce8b7281d8e318.tar.bz2 dotfiles-9e09c6a0dacd297d46dd3988f2ce8b7281d8e318.zip |
README: Add warning
Closes #530, #575, and #576.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ ## Installation +**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk! + ### Using Git and the bootstrap script You can clone the repository wherever you want. (I like to keep it in `~/Projects/dotfiles`, with `~/dotfiles` as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder. |