diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-05 09:53:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-05 09:53:16 +0100 |
commit | ad34cfc8ac6ad537265c0e24daf30ee7cacd8e06 (patch) | |
tree | 8e50c81ba6a0cf63515caea760510510903eb176 /support/doc | |
parent | 446f78d7b40a50a792fa903ca8e031a904d8ca30 (diff) | |
download | PeerTube-ad34cfc8ac6ad537265c0e24daf30ee7cacd8e06.tar.gz PeerTube-ad34cfc8ac6ad537265c0e24daf30ee7cacd8e06.tar.zst PeerTube-ad34cfc8ac6ad537265c0e24daf30ee7cacd8e06.zip |
Add documentation for upload script
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/upload-cli.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/support/doc/upload-cli.md b/support/doc/upload-cli.md new file mode 100644 index 000000000..1eff1f0af --- /dev/null +++ b/support/doc/upload-cli.md | |||
@@ -0,0 +1,16 @@ | |||
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 | ``` | ||