Skip to content

Commit

Permalink
Update readme with new repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKTCheung committed May 20, 2015
1 parent cd365c9 commit 3dc908d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

- Compile :
$ # For Mac OSX and grid usage, see Compile Davix in embedded mode
$ git clone http://git.cern.ch/pub/davix davix
$ git https://github.com/cern-it-sdc-id/davix.git davix
$ cd davix
$ mkdir build; cd build
$ cmake ../
Expand All @@ -70,7 +70,7 @@
- make doc

- Compile Davix in embedded mode ( no dependencies ) :
$ git clone http://git.cern.ch/pub/davix davix
$ git clone https://github.com/cern-it-sdc-id/davix.git davix
$ cd davix
$ git submodule update --recursive --init
$ mkdir build; cd build
Expand Down Expand Up @@ -103,6 +103,7 @@
davix-put: upload the content of a resource
davix-cp: copy, support 3rd party copy
davix-mk: create collection or resource.
davix-mv: relocate resource



Expand Down

0 comments on commit 3dc908d

Please sign in to comment.