diff options
author | Marko Kreen | 2011-01-12 13:53:38 +0000 |
---|---|---|
committer | Marko Kreen | 2011-01-12 13:53:38 +0000 |
commit | aac1ae18b187affec6ee175372cf5eefe5fcbdf7 (patch) | |
tree | f186c7663048075d7c4ee2f565d4c7966fe35b5f | |
parent | 5e04a025e7fe6c261cb8089361abd8b567449ff8 (diff) |
doc/devnotes: point to new repo
-rw-r--r-- | doc/devnotes.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/devnotes.txt b/doc/devnotes.txt index a168986c..c49fc75e 100644 --- a/doc/devnotes.txt +++ b/doc/devnotes.txt @@ -56,14 +56,14 @@ or with plain `diff`: libusual is used as git subproject, so after inital clone submodule update should be done: - $ git clone git://github.com/markokr/skytools-dev.git - $ cd skytools-dev + $ git clone git://github.com/markokr/skytools.git + $ cd skytools $ git submodule init $ git submodule update === Repos === -Master Skytools repository: `git://github.com/markokr/skytools-dev.git` +Master Skytools repository: `git://github.com/markokr/skytools.git` Master libusual repository: `git://github.com/markokr/libusual.git Currently known developer repos are on github.com: @@ -139,8 +139,8 @@ First, do the initial cloning as described above. Add your own writable repo, named 'self': - $ cd skytools-dev - $ git remote add self [email protected]:${username}/skytools-dev.git + $ cd skytools + $ git remote add self [email protected]:${username}/skytools.git Push initial contents into it: |