File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-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,21 @@ $ 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+ [source,console]
289+ ----
290+ $ npm i -g --production windows-build-tools
291+ ----
292+
293+ ==== Q: I'm using Arch Linux, is there an AUR package?
294+
295+ Yes, it is available at https://aur.archlinux.org/packages/nodejs-decktape/.
296+
280297== Plugin API
281298
282299{icon-edit}
You can’t perform that action at this time.
0 commit comments