forked from cl0ne/mooedit-sources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (28 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
General Information
===================
medit is a text editor.
medit is free software, released under GNU GPL license. See the LICENSE
file in this distribution for details.
The web site is:
http://medit.bitbucket.org/
releases are located at:
http://sourceforge.net/project/showfiles.php?group_id=167563
Installation
============
See INSTALL file in this distribution.
Bug reports and contact
=======================
Report bugs and file feature requests in the medit bug tracker at
http://sourceforge.net/tracker/?group_id=167563&atid=843451 . You can
also send an email to [email protected] if you don't feel
like using the bug tracker, or have any questions/comments.
Sources
=======
medit sources are tracked using mercurial. You can browse medit source
repository online at http://bitbucket.org/medit/medit/. To check out a
copy of medit repository, install mercurial, and do
hg clone http://bitbucket.org/medit/medit/
This will create a new directory named 'medit' with medit sources inside.
To update them later on, do
hg pull; hg update
in this directory.