Przeglądaj źródła

Simplify self hosting docs

Danilo Bargen 8 lat temu
rodzic
commit
2c6242f21f
1 zmienionych plików z 1 dodań i 2 usunięć
  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.