forked from alisw/AliRoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,10 @@ AliRoot workflow. This workflow can be adapted to suit users purpose. | |
2. Clone AliRoot repository inside your work directory. | ||
If this is just a simple build and there is no need to change and submit code, | ||
please use Git public interface | ||
$ git clone http://git.cern.ch/pub/AliRoot AliRoot | ||
$ git clone http://github.com/alisw/AliRoot AliRoot | ||
|
||
For development purpose please use the private interface, https or kerberos | ||
$ git clone https://git.cern.ch/reps/AliRoot AliRoot | ||
$ git clone https://github.com/alisw/AliRoot AliRoot | ||
|
||
3. Create the build folder. The worklow is creating a "build" folder but any name can be used. | ||
$ mkdir build | ||
|
@@ -182,4 +182,4 @@ tree and install directory are different locations. | |
|
||
For any question do not hesitate to contact us: [email protected] | ||
|
||
Have a nice AliRoot development! | ||
Have a nice AliRoot development! |