aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a3803cae..ceba2a3f7 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ If you want to run PeerTube for production (bad idea for now :) ):
148 148
149 $ cp config/production.yaml.example config/production.yaml 149 $ cp config/production.yaml.example config/production.yaml
150 150
151Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml'. 151Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml`.
152 152
153Finally, run the server with the `production` `NODE_ENV` variable set. 153Finally, run the server with the `production` `NODE_ENV` variable set.
154 154
@@ -172,6 +172,8 @@ The following commands will upgrade the source (according to your current branch
172 172
173### Development 173### Development
174 174
175In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds and the client files are automatically compiled when we modify them:
176
175 $ npm run dev 177 $ npm run dev
176 178
177### Test with 3 fresh nodes 179### Test with 3 fresh nodes