-
Notifications
You must be signed in to change notification settings - Fork 241
Git
Richard Zach edited this page Jun 11, 2015
·
1 revision
Git is a revision control system, and the Open Logic Project is hosted on the Git server GitHub.
A basic introduction to Git for non-programmers is:
The following link has information on installing and using Git on Mac, Windows, and Linux:
https://help.github.com/articles/set-up-git
The download may also be obtained there. You will want to have a GitHub account already set up.
Once you have Git installed, you can download the OLT LaTeX source using
git clone [email protected]:OpenLogicProject/OpenLogic.git
If you plan to make additions or improvements to the code which you'd like to contribute to the project, you should first fork the OLP repository and then clone it, as described under Contributing.