Skip to content

Commit c062d1f

Browse files
committed
Add FAQ section
1 parent d28a33b commit c062d1f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)