diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-19 20:42:38 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-20 23:24:00 -0500 |
commit | c4d51c78888fa0ac149a95a3712347beb31a9f6d (patch) | |
tree | 046e8ed3a9b15dbbf0344dcc7b4ce5f56e009cf6 | |
parent | 50875795c2fc632b8fa57af331bfea15421c46fb (diff) |
update README to deal with self-signed certificates
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ rm -f xcolour-dotfiles-*.tar.gz -wget https://www.github.com/xcolour/dotfiles/tarball/master +wget --no-check-certificate https://www.github.com/xcolour/dotfiles/tarball/master tar zxfv xcolour-dotfiles-*.tar.gz cd xcolour-dotfiles* ./deploy.sh |