An open API service indexing awesome lists of open source software.

https://github.com/epoch/hw


https://github.com/epoch/hw

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

First time setup instructions:

1. please fork this repository

click the fork button on the top right so you get your own copy on github

2. clone your forked repository to your computer

`git clone you_own_copy_of_hw_on_github_url`

3. add upstream so your local copy's remote is referring to my repository in github (this repository)

`cd hw`

`git remote add upstream http://github.com/epoch/hw`

`git pull upstream master`