diff options
author | 2013-09-11 18:31:48 -0400 | |
---|---|---|
committer | 2013-09-11 18:31:48 -0400 | |
commit | bd9b118d3c147196808d087593ac8a35c211be9d (patch) | |
tree | 88e86e02ce08af01fd93fe44879eb66164ff84af /doc/12_Compiling.md | |
parent | 5fe2727aa43c48f390ce034e900ffb2e2900adbd (diff) | |
download | textadept-bd9b118d3c147196808d087593ac8a35c211be9d.tar.gz textadept-bd9b118d3c147196808d087593ac8a35c211be9d.zip |
Fixed typo; doc/12_Compiling.md
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r-- | doc/12_Compiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md index ef272f8b..ff9c6c26 100644 --- a/doc/12_Compiling.md +++ b/doc/12_Compiling.md @@ -81,7 +81,7 @@ compiler flags do not include them by default. Textadept is self-contained, meaning you do not have to install it, and runs from its current location. Should you choose to install Textadept like a normal Linux application, run `make deps` and then the usual `make` and `make install` -or `sudo make install` commands depending on your privilages. The default prefix +or `sudo make install` commands depending on your privileges. The default prefix is */usr/local* but setting `DESTDIR` (e.g. `make install DESTDIR=/prefix/to/install/to`) changes it. |