mirror of
https://github.com/HackPlan/winsparkle.git
synced 2026-04-30 11:01:51 +08:00
Add instructions on how to use submodules to README.
This commit is contained in:
12
README
12
README
@@ -47,9 +47,15 @@ Download the sources archive and have a look at the examples/ folder.
|
||||
|
||||
If you want to stay at the bleeding edge and use the latest, not yet released,
|
||||
version of WinSparkle, you can get its sources from public repository.
|
||||
WinSparkle uses git and and the sources are hosted on GitHub. See
|
||||
http://github.com/vslavik/winsparkle for information on how to check the
|
||||
sources out.
|
||||
WinSparkle uses git and and the sources are hosted on GitHub at
|
||||
http://github.com/vslavik/winsparkle
|
||||
|
||||
WinSparkle uses submodules for some dependencies, so you have to initialize
|
||||
them after checking the tree out:
|
||||
|
||||
$ git clone git://github.com/vslavik/winsparkle.git
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
|
||||
Then compile WinSparkle as described above; no extra steps are required.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user