Skip to content
Evan Lezar edited this page Aug 12, 2011 · 10 revisions

The best way to get going with SUCEM:FEM is to fork the development repository in git. This gives you your own repository to work with, should you want to make changes to the source code. Instructions for doing this can be found in the GitHub help files.

If you simply want to clone this repository, you can do so by typing the following into a console (assuming Linux):

git clone git://github.com/cemagg/sucem-fem.git sucem-fem

Note that this command will copy the entire history of the project. If you only want the most recent changes, use the --depth 1 command line argument.

Note that this pulls with read only access, and creates a folder sucem-fem containing the project source.

Steps

  1. Install git

  2. Setup github

  3. Fork repository

  4. Clone repository

Clone this wiki locally