-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Accessing git repository
Lukas W edited this page Jan 15, 2014
·
6 revisions
Assuming you have git installed, you first have to get a copy of the Git repository:
git clone https://github.com/LMMS/lmms.git
For instructions on how to compile LMMS, visit Compiling LMMS.
If you want to update your copy simply type
git remote update
git pull
inside lmms-directory. The first step usually can be omitted.
For browsing the Git repository easily you can also use the Git Web interface.