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

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rose <janrose.1986@googlemail.com>2020-01-01 15:52:14 +0300
committerJan Rose <janrose.1986@googlemail.com>2020-01-01 20:19:31 +0300
commitd75491b71a37fceb319cf6f049dba7afb6fee671 (patch)
tree155cefbe2120f26e2b164e9bcea456d10e21eb54 /README.md
parenta1221a1a90a93459b0c0a3d5b435649876beb28a (diff)
Add short description of Carthage dependency manager to README
Signed-off-by: Jan Rose <janrose.1986@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index 139dd222d..16565acfe 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,22 @@ Please read the [Code of Conduct](https://nextcloud.com/code-of-conduct/). This
More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)
## Start contributing
-Fork this repository and contribute back using pull requests to the master branch!
-Easy starting points are also reviewing [pull requests](https://github.com/nextcloud/ios/pulls) and working on [starter issues](https://github.com/nextcloud/ios/issues?q=is%3Aopen+is%3Aissue+label%3A%22starter+issue%22).
+You can start by forking this repository and creating pull requests on the master branch. Maybe start working on [starter issues](https://github.com/nextcloud/ios/issues?q=is%3Aopen+is%3Aissue+label%3A%22starter+issue%22).
+
+Easy starting points are also reviewing [pull requests](https://github.com/nextcloud/ios/pulls)
+
+### Xcode Project Setup
+
+#### Dependencies
+
+After forking the repository you have to build the dependecies. Dependencies are managed with Carthage.
+Run
+
+```
+carthage build --platform ios
+```
+to fetch and compile the dependencies.
## Support