Skip to content

Commit

Permalink
Improve installation instructions (#4)
Browse files Browse the repository at this point in the history
The old git clone URL used http instead of ssh for accessing GitHub, which for most people would prompt for the GitHub username and password instead of using the local ssh keys in the key chain
  • Loading branch information
watson authored and ruflin committed Aug 7, 2017
1 parent e9e5b04 commit 4e8bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is the Apm-Server.

```
cd ${GOPATH}/src/github.com/elastic/
git clone https://github.com/[USER]/apm-server
git clone git@github.com:[USER]/apm-server.git
```
Note that it should be cloned from the fork (replace [USER] with your Github user), not from origin.

Expand Down

0 comments on commit 4e8bbbf

Please sign in to comment.