From bd9b118d3c147196808d087593ac8a35c211be9d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 11 Sep 2013 18:31:48 -0400 Subject: Fixed typo; doc/12_Compiling.md --- doc/12_Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/12_Compiling.md') 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. -- cgit v1.2.3