diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-05 10:00:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-05 10:00:15 +0100 |
commit | 358770dbbd88136b211090832b24cf3d5b648234 (patch) | |
tree | d02ead83bf3ad24bacf64664603da2cc25ac46c4 /support/doc/upload-cli.md | |
parent | ad34cfc8ac6ad537265c0e24daf30ee7cacd8e06 (diff) | |
download | PeerTube-358770dbbd88136b211090832b24cf3d5b648234.tar.gz PeerTube-358770dbbd88136b211090832b24cf3d5b648234.tar.zst PeerTube-358770dbbd88136b211090832b24cf3d5b648234.zip |
Refractor tools documentation
Diffstat (limited to 'support/doc/upload-cli.md')
-rw-r--r-- | support/doc/upload-cli.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/support/doc/upload-cli.md b/support/doc/upload-cli.md deleted file mode 100644 index 1eff1f0af..000000000 --- a/support/doc/upload-cli.md +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | # Upload videos from CLI | ||
2 | |||
3 | - [Installation](#installation) | ||
4 | - [Usage](#usage) | ||
5 | |||
6 | ## Installation | ||
7 | |||
8 | ### Dependencies | ||
9 | |||
10 | * [PeerTube dependencies](dependencies.md) | ||
11 | |||
12 | ## Usage | ||
13 | |||
14 | ``` | ||
15 | node dist/server/tools/upload.js --help | ||
16 | ``` | ||