From 308e53850e4dda4c05952d3353c5c721ecc28f08 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 12 Apr 2018 15:06:50 +0200 Subject: [PATCH] Use HTTPS for Git clone operations in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8701e53..c9521ccc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ you have poured your heart into with you to remote computers. With it you can begin to focus even more energy on bettering your work environment since the benefits are reaped on whichever machine you are using. -However bare bones these machines are, provided that at least bash 3 and git 1.5 are available you can use homeshick. +However bare bones these machines are, provided that at least Bash 3 and Git 1.5 are available you can use homeshick. homeshick can handle multiple dotfile repositories. This means that you can install larger frameworks like [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) or a multitude of emacs or vim plugins alongside your own customizations without clutter. @@ -22,9 +22,9 @@ Quick install homeshick is installed to your own home directory and does not require root privileges to be installed. ```sh -git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick +git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick ``` -*Note: If you'd like to help testing new features before they are released use `git clone --branch testing git://...`* +*Note: If you'd like to help testing new features before they are released use `git clone --branch testing https://...`* To invoke homeshick, source the `homeshick.sh` script from your rc-script: ```sh