mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Merge pull request #469 from nextcloud/update-readme
Updates the README
This commit is contained in:
commit
9bb58550ff
1 changed files with 37 additions and 20 deletions
57
README.md
57
README.md
|
@ -2,36 +2,53 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server
|
||||
The Nextcloud Desktop Client :computer: is a tool to synchronize files from Nextcloud Server
|
||||
with your computer.
|
||||
|
||||
## Download
|
||||
## Contributing :tada: :blue_heart:
|
||||
|
||||
### Binary packages
|
||||
### How to compile the desktop client :hammer: :wrench:
|
||||
|
||||
* Refer to the [download page https://nextcloud.com/install/#install-clients](https://nextcloud.com/install/#install-clients)
|
||||
- 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).
|
||||
|
||||
### Source code
|
||||
### 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/client.
|
||||
|
||||
## Reporting issues and contributing
|
||||
|
||||
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.
|
||||
|
||||
If you created a patch, please submit a [Pull
|
||||
Request](https://github.com/nextcloud/client/pulls).
|
||||
|
||||
If you want to contact us, e.g. before starting a more complex feature,
|
||||
you can join us at
|
||||
[#nextcloud-dev](irc://irc.freenode.net/#nextcloud-dev).
|
||||
https://github.com/nextcloud/desktop.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue