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
9898$ `npm bin`/decktape
9999```
100100
101+ See the <<faq,FAQ>> for troubleshooting / alternatives.
102+
101103== Usage
102104
103105[source]
@@ -277,6 +279,20 @@ $ docker cp `docker ps -lq`:slides/slides.pdf .
277279$ docker rm `docker ps -lq`
278280----
279281
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+
280296== Plugin API
281297
282298{icon-edit}
You can’t perform that action at this time.
0 commit comments