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:
authorSimon Josefsson <simon@josefsson.org>2015-10-20 16:29:18 +0300
committerSimon Josefsson <simon@josefsson.org>2015-10-20 16:29:18 +0300
commit4df4ed222bf91ced4421d2dae6bd811432b6b438 (patch)
tree29dbfd722ddd6b268e8b9500b0ac48fb29b2bcd5 /README.md
parentff63b82deb49138713faa41c75b0fb60cb0363f4 (diff)
Fix Debian/Ubuntu installation note in README.
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 4746b9d6e..868591878 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ namespace inbox {
Just clone this repo into your apps directory ([ownCloud core installation needed](https://doc.owncloud.org/server/8.2/developer_manual/general/devenv.html)). Additionally, [npm](https://docs.npmjs.com/getting-started/installing-node) is needed for installing JavaScript dependencies. On Debian and Ubuntu Systems it can be installed with the following command:
```bash
-sudo install node nodejs-legacy
+sudo apt-get install nodejs-legacy npm
```
Once npm is installed, PHP and JavaScript dependencies can be installed by running
```bash