Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar Kruschitz <hiiamok@users.noreply.github.com>2018-08-29 21:39:17 +0300
committerGitHub <noreply@github.com>2018-08-29 21:39:17 +0300
commitbf35821bc03c0bd71d77f6972d55e294669977f4 (patch)
treea8e2215887292602140ca52aed2f4e8807c86b91
parentea8676ad2ca3786745bfc42a7ac6117f01f47236 (diff)
parentcafdcf77cb370241d5ada998199b803b3579f35c (diff)
Merge branch 'master' into windows-large-app-icon
-rw-r--r--README.md10
1 files 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.
-
-