From 9c3ea7d7df1616ff8413796f69952a72dcbc25c4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 May 2010 11:46:10 -0600 Subject: [PATCH] ... --- src/calibre/manual/develop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/manual/develop.rst b/src/calibre/manual/develop.rst index 67c0c13db8..f061100f6d 100644 --- a/src/calibre/manual/develop.rst +++ b/src/calibre/manual/develop.rst @@ -149,7 +149,7 @@ Linux development environment |app| is primarily developed on linux. You have two choices in setting up the development environment. You can install the |app| binary as normal and use that as a runtime environment to do your development. This approach is similar to that -used in windows and linux. Alternatively, you can install |app| from source. Instructions for setting up a development +used in windows and OS X. Alternatively, you can install |app| 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 a runtime. Install the |app| using the binary installer. The opena terminal and change to the previously checked out |app| code directory, for example::