Skip to content

Commit 727d0f3

Browse files
committed
Add FAQ section
1 parent d28a33b commit 727d0f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.adoc

Lines changed: 16 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,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}

0 commit comments

Comments
 (0)