Skip to content

Commit

Permalink
Merge pull request #179 from Calinou/use-https-in-readme
Browse files Browse the repository at this point in the history
Use HTTPS for Git clone operations in README
  • Loading branch information
andsens authored Apr 12, 2018
2 parents 0bebb26 + 308e538 commit 490013f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 490013f

Please sign in to comment.