-
Notifications
You must be signed in to change notification settings - Fork 16
Getting Started
elezar edited this page Jul 25, 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.