Преглед на файлове

Be more explicit about npm-as-root (fixes #113)

As noted in the issue, the current phrasing sounds too much like security advice which one could easily ignore when building in a container.
Jonas Herzig преди 4 години
родител
ревизия
e74fe04d07
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ git clone https://github.com/johni0702/mumble-web
 cd mumble-web
 cd mumble-web
 npm install
 npm install
 ```
 ```
-Note that npm should not be ran as root, use an unprivileged user account instead.
+Note that npm **must not** be ran as the root user (even in a container) because it will try to do special things which cause the build to fail, use a non-root user account instead.
 
 
 The npm version is prebuilt and ready to use whereas the git version allows you
 The npm version is prebuilt and ready to use whereas the git version allows you
 to e.g. customize the theme before building it.
 to e.g. customize the theme before building it.