From a470264ab924391908c1f42435ec3045d1ab44da Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 23 Sep 2022 00:57:14 +0200 Subject: [PATCH] Adjust README.install, --- README.install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.install b/README.install index 78bf6c4..b098192 100644 --- a/README.install +++ b/README.install @@ -180,6 +180,11 @@ cd cryptpad # - su www-data -s /bin/bash -c "npm install" +# - Maybe you haave to run +# +# su www-data -s /bin/bash -c "npm fund" +# su www-data -s /bin/bash -c "npm audit fix --force" + su www-data -s /bin/bash -c "bower install"