diff options
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. |