iphone - what does this mean clone the GitHub repository? -


i trying use facebook app. read on developer.facebook.com

install xcode

install git

clone github repository:
git clone git://github.com/facebook/facebook-ios-sdk.git

i have installed xcode , git. mean clone github repository:
git clone git://github.com/facebook/facebook-ios-sdk.git
, how can that.

to clone repository means download whole code of repository.

obviously, on mac, launch terminal, create folder , type

git clone git://github.com/facebook/facebook-ios-sdk.git 

you download code.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -