From: David Libeau Date: Thu, 31 May 2018 18:28:34 +0000 (+0000) Subject: Remove "/" of PEERTUBE_URL example X-Git-Tag: v1.0.0-beta.8~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50a3f3b821cd255ad8ae43f086aede0d2c9c778a;p=oweals%2Fpeertube.git Remove "/" of PEERTUBE_URL example With an url ended with a "/", the script returns an error. --- diff --git a/support/doc/tools.md b/support/doc/tools.md index fb6c2cdc4..43bc03622 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -51,7 +51,7 @@ $ cd ${CLONE} $ node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" ``` - * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ + * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re * PEERTUBE_USER : your PeerTube account where videos will be uploaded * PEERTUBE_PASSWORD : password of your PeerTube account (if ommited, you will be prompted for) * TARGET_URL : the target url you want to import. Examples: