(doc) fix path to peertube-repl

pull/1313/head
Rigel Kent 2018-10-19 15:47:31 +02:00
parent e280dd0681
commit 402b634b03
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production
If you want to interact with the application libraries and objects even when PeerTube is not running, there is a REPL for that.
usage: `node ./dist/server/tools/repl.js`
usage: `node ./dist/server/tools/peertube-repl.js`
"The default evaluator will, by default, assign the result of the most recently evaluated expression to the special variable `_` (underscore). Explicitly setting `_` to a value will disable this behavior."