Adjust README.install,

This commit is contained in:
Christoph 2022-09-23 00:57:14 +02:00
parent 53edf9810a
commit a470264ab9

View File

@ -180,6 +180,11 @@ cd cryptpad
# - # -
su www-data -s /bin/bash -c "npm install" 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" su www-data -s /bin/bash -c "bower install"