forked from konnibe/FindIt_pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request konnibe#3 from mschiff/master
fix git URLs in README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,14 +36,14 @@ You might choose to fork this repository on github so you might | |
use your own git: URL instead of the one below. | ||
|
||
``` | ||
git clone https://github.com/delatbabel/FindIt_pi | ||
git clone https://github.com/ptulp/FindIt_pi | ||
``` | ||
|
||
or, from your own fork, a command similar to this (replace delatbabel with | ||
or, from your own fork, a command similar to this (replace ptulp with | ||
your own git user name): | ||
|
||
``` | ||
git clone [email protected]:delatbabel/FindIt_pi.git FindIt_pi | ||
git clone [email protected]:ptulp/FindIt_pi.git FindIt_pi | ||
``` | ||
|
||
###Build on Linux | ||
|