diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:30 -0700 |
commit | da953fa18a954379cc52fec85b2f30fa368aa940 (patch) | |
tree | 415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /INSTALL | |
parent | 2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff) | |
download | subsurface-da953fa18a954379cc52fec85b2f30fa368aa940.tar.gz |
move GitHub url to the Subsurface org
Instead of using the Subsurface-divelog user on GitHub, we now use an org that
was generously donated to us.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ Getting Subsurface source You can get the sources to the latest development version from our git repository: - git clone http://github.com/Subsurface-divelog/subsurface.git + git clone http://github.com/Subsurface/subsurface.git You keep it updated by doing: git checkout master @@ -31,7 +31,7 @@ Getting our flavor of libdivecomputer All our prebuilt binaries (see https://subsurface-divelog.org/download) are built using our own custom "flavor" of libdivecomputer -see https://github.com/Subsurface-divelog/libdc.git +see https://github.com/Subsurface/libdc.git In order to get the modified sources, do - locate yourself in the subsurface repo on your local computer @@ -213,7 +213,7 @@ like this: mkdir -p ~/src cd ~/src -git clone https://github.com/Subsurface-divelog/subsurface.git +git clone https://github.com/Subsurface/subsurface.git ./subsurface/scripts/build.sh # <- this step will take quite a while as it # compiles a handful of libraries before # building Subsurface |