From 096a9f3cea3922ee835d422df8bf255937b53cc2 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 9 Apr 2019 12:45:09 +0200 Subject: [PATCH] Update README for install-all script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff71ad3..fee7713 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Each of the aragon apps are separate packages: $ cd apps/[app] $ npm install -this will be automatically executed after you run `npm install` through a `postinstall` hook. +You can use `npm run install-all` to install all app dependencies at once. ### Local development chain