diff --git a/get-involved/index.html b/get-involved/index.html --- a/get-involved/index.html +++ b/get-involved/index.html @@ -74,9 +74,8 @@

Note: Refer to the GitKdeOrgManual for details.

Installation

-
$ cd krusader
-$ mkdir -v build && cd build
-$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
+                    
$ mkdir krusader-build && cd krusader-build
+$ cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/
 $ make
 # At the beginning of the following command: `sudo` must be added if Kubuntu, Ubuntu, Debian, or similar is being used.
 $ su -c "make install"