File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -154,12 +154,22 @@ settings or modify actions. Then, you can generate the GIF:
154
154
vhs cassette.tape
155
155
```
156
156
157
+ ## Publish Tapes
158
+
159
+ VHS allows you to publish your GIFs to our servers for easy sharing with your
160
+ friends and colleagues. Specify which file you want to share, then use the
161
+ ` publish ` sub-command to host it on ` vhs.charm.sh ` . The output will provide you
162
+ with links to share your GIF via browser, HTML, and Markdown.
163
+
164
+ ``` bash
165
+ vhs publish demo.gif
166
+ ```
157
167
158
168
## The VHS Server
159
169
160
- VHS has an SSH server built in! When you self host VHS you can access it as
170
+ VHS has an SSH server built in! When you self- host VHS you can access it as
161
171
though it were installed locally. VHS will have access to commands and
162
- applications on the host so you don't need to install them on your machine.
172
+ applications on the host, so you don't need to install them on your machine.
163
173
164
174
To start the server run:
165
175
@@ -221,7 +231,7 @@ Output frames/ # a directory of frames as a PNG sequence
221
231
222
232
The ` Require ` command allows you to specify dependencies for your tape file.
223
233
These are useful to fail early if a required program is missing from the
224
- ` $PATH ` and it is certain that the VHS execution will not work as expected.
234
+ ` $PATH ` , and it is certain that the VHS execution will not work as expected.
225
235
226
236
Require commands must be defined at the top of a tape file, before any non-
227
237
setting or non-output command.
You can’t perform that action at this time.
0 commit comments