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

README.md - github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b467a35858351703cdb73a0a636e246e52113579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Nextcloud Desktop Client

## Introduction

The Nextcloud Desktop Client :computer: is a tool to synchronize files from Nextcloud Server
with your computer.

## Contributing :tada: :blue_heart:

### How to compile the desktop client :hammer: :wrench:

- Instructions for compiling the client on Linux, Windows and mac OS can be found at:
[Wiki/How to compile the desktop client](https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client).

### Where to find binaries to download

#### Daily builds :high_brightness:

- Daily builds based on the latest master are available for Linux, Mac, and Windows
[in the desktop/daily folder of our download server](https://download.nextcloud.com/desktop/daily).
For more info: [Wiki/Daily Builds](https://github.com/nextcloud/desktop/wiki/Daily-Builds).

#### Releases :rocket:

- Refer to the [download page https://nextcloud.com/install/#install-clients](https://nextcloud.com/install/#install-clients)

### Reporting issues :bomb:

- If you find any bugs or have any suggestion for improvement, please
file an issue at https://github.com/nextcloud/client/issues. Do not
contact the authors directly by mail, as this increases the chance
of your report being lost. :boom:

### Pull requests :smiley:

- If you created a patch, please submit a [Pull
Request](https://github.com/nextcloud/client/pulls).

## Contact us :speech_balloon:

If you want to contact us, e.g. before starting a more complex feature, for questions
you can join us at
[#nextcloud-client](irc://irc.freenode.net/#nextcloud-client).

## Source code :octocat:

The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to
fork and improve the source code and to adapt it to your need, many copies
can be found on the Internet, in particular on GitHub. However, the
authoritative repository maintained by the developers is located at
https://github.com/nextcloud/desktop.

## License

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful, but
    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.