Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
{SQUASHME} gitmodules: Use relative path so modules can also work wit…
…h http: clones

Boaz
  • Loading branch information
Boaz Harrosh committed Dec 12, 2010
1 parent 3ee776d commit 2826f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -13,7 +13,7 @@ a submodule, so a user that needs an OSD2 target need only
clone one head and everything will sync automatically.

The git tree is here:
git-clone --recursive git://git.open-osd.org/osc-osd
git-clone --recursive git://git.open-osd.org/osc-osd/.git
or viewed
http://git.open-osd.org/gitweb.cgi?p=osc-osd/.git;a=summary

Expand Down Expand Up @@ -91,7 +91,7 @@ needed is the sqlite-devel package. For example:

all a user need is to follow these steps:
- at some parent folder do
[]$ git clone --recursive git://git.open-osd.org/osc-osd
[]$ git clone --recursive git://git.open-osd.org/osc-osd/.git

If behind a firewall and in need of "http:" access do:
[]$ git clone --recursive http://git.open-osd.org/trees/osc-osd/.git
Expand Down

0 comments on commit 2826f45

Please sign in to comment.