GettingKitchenSink - ShamanTcler/Copperspice-examples GitHub Wiki
Installing Kitchensink source from GitHub
This is the link to the Github Kitchensink page
There are a few approaches here, we will cover two, ssh git clone and downloading a zip file. The advantage to using ssh is most IDEs understand SSH so you can download AND uploaded changes easily.
The question arises where should you put the project... my personal convention is from your home directory ( $HOME or %HOME_DIR% depending on your O/S) I create a github directory. So anything that comes from GitHub is stored there. So in this case $HOME/github/kitchensink
Github: ssh git clone
-
Open a console window that has access to the git command
-
Go to the Github Kitchensink page
-
Click the "Code" button to see:
-
If SSH is not highlighted select it
-
Under SSH you will see the text string that git clone needs. Click the clipboard to copy the string. Now in you console window type (this is where you can use paste, also note the highlighting is unintentional): * git clone [email protected]:copperspice/kitchensink.git *
Github: Downloading a zip
- Open a console window that has access to the git command
- Go to the Github Kitchensink page
- Click the "Code" button to see:
- Select Download zip
- Unpack the zip file and put in a place you will remember