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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-27 18:48:20 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-12 14:38:09 +0300
commit4447c9e0fb0915146b4798918c499234bb065c76 (patch)
tree8a170020c91f788d5c687eba5455286336e37edc /README.md
parentd9be83c1a3c3336777603438fa01fab05bcf55d5 (diff)
Migrate PEAR Horde packages to Bytestream packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77eea602d..1ae920cc1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For new contributors, please check out [ContributingToNextcloudIntroductoryWorks
## Development setup
Just clone this repo into your apps directory ([Nextcloud server](https://github.com/nextcloud/server#running-master-checkouts) installation needed). Additionally, [npm](https://www.npmjs.com/) to fetch [Node.js](https://nodejs.org/en/download/package-manager/) is needed for installing JavaScript dependencies
-and [Composer](https://getcomposer.org/download/): "version 1" is needed for dependency management in PHP.
+and [composer](https://getcomposer.org/download/) is needed for dependency management in PHP.
Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:
```bash