From ed705ba98c90ae4a89a129ded995097e073c3f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 29 Aug 2018 15:47:44 +0200 Subject: Improving documentation Fix #584 Fix #585 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4df95a4f..0feca92e9 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,18 @@ with your computer. ##### Clone the repo and create build directory ``` -$ git clone git@github.com:nextcloud/desktop.git +$ git clone https://github.com/nextcloud/desktop.git $ cd desktop $ mkdir build +$ cd build ``` ##### Compile and install +For development reasons it is better to install the client on user space +instead on the global system. For example you could use in the next +instructions `path-to-install-folder/` as `~/.local/` in a linux system. If +you want to install system wide you could use `/usr/local` or `/opt/nextcloud/`. + ##### Linux ``` @@ -101,5 +107,3 @@ https://github.com/nextcloud/desktop. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - -- cgit v1.2.3