diff options
author | infirit <[email protected]> | 2013-11-09 10:26:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-09 10:26:10 +0100 |
commit | 16ce16f560bab0428cd010bab74db61c8525958a (patch) | |
tree | a0ea9e0575b89155738d49eb5ea57cb878dcaab6 /README | |
parent | 9c515aece28eb1877d0e5869aecd2624212fe037 (diff) | |
download | pluma-16ce16f560bab0428cd010bab74db61c8525958a.tar.bz2 pluma-16ce16f560bab0428cd010bab74db61c8525958a.tar.xz |
Update name in instalation
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,9 +66,9 @@ enable python plugins support. Simple install procedure: - % gzip -cd mate-file-manager.tar.gz | tar xvf - # unpack the sources - % cd mate-file-manager # change to the toplevel directory - % ./autogen.sh # run the `configure' script + % gzip -cd mate-text-editor.tar.gz | tar xvf - # unpack the sources + % cd mate-text-editor # change to the toplevel directory + % ./autogen.sh # run the `configure' script % make # build pluma [ Become root if necessary ] % make install # install pluma |