Explorar o código

Simplify self hosting docs

Danilo Bargen %!s(int64=8) %!d(string=hai) anos
pai
achega
2c6242f21f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      docs/self_hosting.md

+ 1 - 2
docs/self_hosting.md

@@ -34,8 +34,7 @@ First, adjust the configuration in `src/config.ts`:
 
 Then, build the release version of Threema Web:
 
-    npm config set production
-    npm install
+    npm install --production
     npm run dist
 
 Finally, unpack the `dist/threema-web-[VERSION].tar.gz` archive to your web server directory.