Important
Please note that setting up git is as necessary as Visual Studio. If you are planning to contribute to MixERP as a developer, having basic git knowledge is absolutely required before you do anything.
Using your favorite git client, clone MixERP from one of the following git repositories:
Repository | Project Url | Git Url | Command |
---|---|---|---|
GitHub | https://github.com/mixerp/mixerp | https://github.com/mixerp/mixerp | git clone https://github.com/mixerp/mixerp |
|
https://mixerp.codeplex.com |
|
|
MixERP source code is updated on GitHub. If you are new to git, follow this tutorial.
##Related Topics