Skip to content

using github

Michael Edwards edited this page Oct 8, 2022 · 7 revisions

using github

Since 2017 slippery chicken uses github to manage its code repository.

You can download the code directly from github.com, use github desktop, or you can use git on the command line (in the terminal, assuming your operating system offers one):

git clone https://github.com/mdedwards/slippery-chicken

The code will then be in the newly created slippery-chicken folder. If you ever need to update the code you can do this in the terminal (if your terminal is in the slippery-chicken directory):

git pull origin master

the bleeding edge aka the 'michael' branch

Since October 8th 2022 I will no longer be using the 'michael' branch or official releases, rather the master branch should be used for all normal purposes.

Clone this wiki locally