Add npm run check indication in README
authorChocobozzz <florian.bigard@gmail.com>
Fri, 21 Oct 2016 10:16:07 +0000 (12:16 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 21 Oct 2016 10:16:07 +0000 (12:16 +0200)
README.md

index 334884beee9d92b8ca2880740766c5c6d9da9b65..cb3e83f3e8ad7b6bc9374fd48542e11e87a94198 100644 (file)
--- a/README.md
+++ b/README.md
@@ -168,6 +168,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set.
 
 **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
 
+You can check the application (CORS headers, tracker websocket...) by running:
+
+    $ NODE_ENV=production npm run check
+
 ### Other commands
 
 To print all available command run: