File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ $ npm install decktape
98
98
$ `npm bin`/decktape
99
99
```
100
100
101
+ See the <<faq,FAQ>> for troubleshooting / alternatives.
102
+
101
103
== Usage
102
104
103
105
[source]
@@ -277,6 +279,20 @@ $ docker cp `docker ps -lq`:slides/slides.pdf .
277
279
$ docker rm `docker ps -lq`
278
280
----
279
281
282
+ == FAQ
283
+
284
+ ==== Q: How to install prerequisites on Windows?
285
+
286
+ Open a Powershell prompt in _Run as administrator_ to install Visual Studio Build Tools and Python 2.7:
287
+
288
+ ```console
289
+ $ npm i -g --production windows-build-tools
290
+ ```
291
+
292
+ ==== Q: I'm using Arch Linux, is there an AUR package?
293
+
294
+ Yes, it is available at https://aur.archlinux.org/packages/nodejs-decktape/.
295
+
280
296
== Plugin API
281
297
282
298
{icon-edit}
You can’t perform that action at this time.
0 commit comments