Skip to content

Commit

Permalink
Removing reference to svn from sending a patch for this document
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed May 31, 2012
1 parent dbeb690 commit 81c84e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/geany.txt
Expand Up @@ -4994,12 +4994,14 @@ geany-|(version)|.pdf.

__ http://docutils.sourceforge.net/rst.html

After you are happy with your changes, create a patch::
After you are happy with your changes, create a patch e.g. by using::

% svn diff geany.txt > foo.patch
% git diff geany.txt > foo.patch

and then submit that file to the mailing list for review.

Also you can clone the Geany at github and send a pullrequest.

Note, you will need the Python docutils software package installed
to build the docs. The package is named ``python-docutils`` on Debian
and Fedora systems.
Expand Down

0 comments on commit 81c84e5

Please sign in to comment.