forked from GLWallpaperService/GLWallpaperService
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated links to new project repository URL and library download link
- Loading branch information
1 parent
77a516c
commit d954655
Showing
2 changed files
with
8 additions
and
6 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[Google Group](http://groups.google.com/group/glwallpaperservice) | ||
|
||
[Repository](https://github.com/markfguerra/GLWallpaperService/) | ||
[Repository](https://github.com/GLWallpaperService/GLWallpaperService) | ||
|
||
##Intended Audience | ||
|
||
|
@@ -42,14 +42,14 @@ Make a folder for your workspace. | |
|
||
Download the source code. You can do so using git or just a regular old download. | ||
|
||
For a direct download, [go here](https://github.com/markfguerra/GLWallpaperService/zipball/master). Extract the zip into a sub folder. | ||
For a direct download, [go here](http://glwallpaperservice.com/downloads/releases/current/). Extract the zip into a sub folder. | ||
|
||
If you use github, please fork this code from their [web interface](https://github.com/markfguerra/GLWallpaperService) | ||
If you use github, please fork this code from their [web interface](https://github.com/GLWallpaperService/GLWallpaperService) | ||
|
||
|
||
Then you want to make a local clone of your github fork. Github will provide you with your own Url. My clone command looks like this: | ||
Then you want to make a local clone of your github fork. Github will provide you with your own Url. It should looks something like this: | ||
|
||
git clone [email protected]:markfguerra/GLWallpaperService.git | ||
git clone [email protected]:yournamehere/GLWallpaperService.git | ||
|
||
A new folder will be created automatically, called GLWallpaperService/ containing your source code. | ||
|
||
|