diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index e460f214e..e567e6c1b 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -1036,7 +1036,7 @@ $ npm run setup:cli | |||
1036 | * Run PeerTube (you can access to your instance on http://localhost:9000): | 1036 | * Run PeerTube (you can access to your instance on http://localhost:9000): |
1037 | 1037 | ||
1038 | ``` | 1038 | ``` |
1039 | $ NODE_ENV=test npm start | 1039 | $ NODE_ENV=dev npm start |
1040 | ``` | 1040 | ``` |
1041 | 1041 | ||
1042 | * Register the instance via the CLI: | 1042 | * Register the instance via the CLI: |