From dadeff7cb544b7cbc4a1bd09d5b60e2c3edee817 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Jun 2015 14:56:01 +0530 Subject: [PATCH] ... --- manual/develop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/develop.rst b/manual/develop.rst index aaa79fe02b..dacabf50f7 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -224,7 +224,7 @@ Linux development environment calibre is primarily developed on Linux. You have two choices in setting up the development environment. You can install the calibre binary as normal and use that as a runtime environment to do your development. This approach is similar to that used in Windows and OS X. Alternatively, you can install calibre from source. Instructions for setting up a development -environment from source are in the INSTALL file in the source tree. Here we will address using the binary at runtime, which is the +environment from source are in the INSTALL file in the source tree. Here we will address using the binary as a runtime, which is the recommended method. Install calibre using the binary installer. Then open a terminal and change to the previously checked out calibre code directory, for example::