D daim New member Messages 130 Points 0 Jan 30, 2013 #2 Hi, May i know how to start using github and download hercules repo under linux box. thanks
I Ind Development Administrator Staff member Messages 1,655 Points 113 Jan 30, 2013 #3 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)
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)