regarding Github

Status
Not open for further replies.

daim

New member
Messages
130
Points
0
Hi,

May i know how to start using github and download hercules repo under linux box.

thanks

 
Your flavour of yum/apt-get/aptitude, e.g. with apt-get

Code:
apt-get install git
then
Code:
git clone [URL="https://github.com/HerculesWS/Hercules.git"]https://github.com/HerculesWS/Hercules.git[/URL] ~/Hercules
(the above clones Hercules in a folder called Hercules at your home directory)
 
Status
Not open for further replies.
Back
Top