Skip to content

Commit

Permalink
better intructions for git clone newbie
Browse files Browse the repository at this point in the history
  • Loading branch information
ojones authored Oct 23, 2017
1 parent 4f66257 commit eb7353f
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 @@ -21,9 +21,9 @@ Welcome to the server code for Giveth's [dapp](https://github.com/Giveth/giveth-
1. Click **Star** on this repo near the top-right corner of this web page.
2. Join our [slack](http://slack.giveth.io) if you haven't already.
3. Fork this repo by clicking **Fork** button in top-right corner of this web page. Continue to follow instruction steps from your own feathers-giveth repo.
5. The rest of these steps must be done from your machine's command line. Clone your own "feathers-giveth" repo:
5. The rest of these steps must be done from your machine's command line. Clone your own "feathers-giveth" repo. Copy the link from the "Clone or download" button near the top right of this repo's home page.
```
git clone https://github.com/GITHUB_USERNAME/feathers-giveth.git
git clone {paste your own repo link here}
```
6. Change directories to feathers-giveth:
```
Expand Down

0 comments on commit eb7353f

Please sign in to comment.