Skip to content

Commit

Permalink
Change link from git to https
Browse files Browse the repository at this point in the history
This change is GitHub's standard practice for public repos. (This change also fixes a glitch for users like me that have multiple private keys)
  • Loading branch information
joelparkerhenderson committed Jun 15, 2015
1 parent 961848a commit da2001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ copy/rename asynchronously your files from helm and/or dired if needed).
2. Clone the `async` repository to some directory (facultative)

```elisp
$ git clone git@github.com:jwiegley/emacs-async.git /path/to/async/directory
$ git clone https://github.com/jwiegley/emacs-async.git /path/to/async/directory
```
3. Run `make` from the `helm` directory.

Expand Down

0 comments on commit da2001d

Please sign in to comment.