Page 1 of 1

Help with a command.

Posted: Tuesday 07 June 2016 15:14
by HenFre
Hi.
I'm new om Raspberry PI 3 and can't find documents about the simple things that everyone seems to know.
I wish to download from GitHub into a folder on Raspberry PI 3. But I can't find that command in general terms.
Can, please, someone give me a hint?

Re: Help with a command.

Posted: Tuesday 07 June 2016 15:21
by SweetPants
Did you search the forum or the wiki? I'm 100% sure you will find your answer there

Verstuurd vanaf mijn HTC Desire 610 met Tapatalk

Re: Help with a command.

Posted: Tuesday 07 June 2016 15:22
by jackslayter
sudo apt-get install git
mkdir myfolder
cd myfolder
git clone https://github.com/xxxxx.git

Re: Help with a command.

Posted: Tuesday 07 June 2016 15:26
by HenFre
THANKS!!!!!!!!