projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e280dd0
)
(doc) fix path to peertube-repl
author
Rigel Kent
<sendmemail@rigelk.eu>
Fri, 19 Oct 2018 13:47:31 +0000
(15:47 +0200)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Fri, 19 Oct 2018 13:47:31 +0000
(15:47 +0200)
support/doc/tools.md
patch
|
blob
|
history
diff --git
a/support/doc/tools.md
b/support/doc/tools.md
index eb3f97eb4f4ed34bcd6cdf067c2db0ce472dc4c0..1c77395258c7fddd367da618c8479c8c4dc51b26 100644
(file)
--- 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."