Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/developing/machinekit-developing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ sudo apt-get install -t wheezy-backports cython
----

== [[get-source-and-build]]Get and build the source
IMPORTANT If you wish to contribute changes back to the project, do NOT
clone the main project repository (3rd line below). Instead, read
this page: http://www.machinekit.io/community/contributing/
Create a Github account, fork the main project repository, clone your
fork, and synch your fork to the main project repository.
The instructions below should be revised to show that process in detail,
but I don't have time right now. Additional details are on these
github pages:
https://help.github.com/articles/fork-a-repo/
https://help.github.com/articles/syncing-a-fork/


[source,bash]
----
Expand Down