Skip to content

Commit

Permalink
fix: clone with https
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick authored May 21, 2022
1 parent be462b1 commit fe4f04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ It is **not** meant to be used for linux or windows environments and **not** mea

## install it
* open a terminal
* clone the repository `git clone git@github.com:DrPsychick/macdev.git`
* clone the repository `git clone https://github.com/DrPsychick/macdev.git`
* run `./install.sh` interactively in the shell (requires entering password and/or installing XCode)

```shell
cd git # or wherever you keep stuff like this
git clone git@github.com:DrPsychick/macdev.git
git clone https://github.com/DrPsychick/macdev.git
cd macdev
./install.sh
```
Expand Down

0 comments on commit fe4f04e

Please sign in to comment.