Skip to content

Commit

Permalink
Add FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed May 9, 2018
1 parent d28a33b commit 727d0f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ $ npm install decktape
$ `npm bin`/decktape
```

See the <<faq,FAQ>> for troubleshooting / alternatives.

== Usage

[source]
Expand Down Expand Up @@ -277,6 +279,20 @@ $ docker cp `docker ps -lq`:slides/slides.pdf .
$ docker rm `docker ps -lq`
----

== FAQ

==== Q: How to install prerequisites on Windows?

Open a Powershell prompt in _Run as administrator_ to install Visual Studio Build Tools and Python 2.7:

```console
$ npm i -g --production windows-build-tools
```

==== Q: I'm using Arch Linux, is there an AUR package?

Yes, it is available at https://aur.archlinux.org/packages/nodejs-decktape/.

== Plugin API

{icon-edit}

0 comments on commit 727d0f3

Please sign in to comment.