From: Rigel Kent Date: Fri, 19 Oct 2018 13:47:31 +0000 (+0200) Subject: (doc) fix path to peertube-repl X-Git-Tag: v1.1.0-rc.1~77 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=402b634b03066a2af1325daf7ac584605d36aa56;p=oweals%2Fpeertube.git (doc) fix path to peertube-repl --- diff --git a/support/doc/tools.md b/support/doc/tools.md index eb3f97eb4..1c7739525 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -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."