Browse Source

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 years ago
parent
commit
e74fe04d07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ git clone https://github.com/johni0702/mumble-web
 cd mumble-web
 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
 to e.g. customize the theme before building it.