Skip to content
Flynn Tesoriero edited this page Dec 16, 2015 · 1 revision

If you want to get a little but more serious you can clone Sleeky from git instead of downloading a zip of the code. Cloning means you can take advantage of easy updating (only the changed parts of files will be updated) and the ability to create pull requests.

To clone Sleeky, ensure you have git installed on your machine. If you don't have this installed already, head here to grab a copy. You can learn how to use it here. Once installed, open up your command line and navigate to the directory where you would like the Sleeky git repo folder to be cloned to. You can do this using the cd command. Now type git clone https://github.com/Flynntes/Sleeky.git. This will create a directory called Sleeky and inside will be all of the sleeky files. You can use git pull while inside that folder to get all the new changes when a new version of sleeky is released.

Clone this wiki locally