Danilo Bargen 8 лет назад
Родитель
Сommit
2c6242f21f
1 измененных файлов с 1 добавлено и 2 удалено
  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.