mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-04 08:47:13 +03:00
Update FAQ format
This commit is contained in:
parent
c275a90b16
commit
02f6d7dba3
10
README.adoc
10
README.adoc
@ -281,17 +281,17 @@ $ docker rm `docker ps -lq`
|
||||
|
||||
== FAQ
|
||||
|
||||
==== Q: How to install prerequisites on Windows?
|
||||
|
||||
* *_How to install prerequisites on Windows?_*
|
||||
+
|
||||
Open a Powershell prompt in _Run as administrator_ to install Visual Studio Build Tools and Python 2.7:
|
||||
|
||||
+
|
||||
[source,console]
|
||||
----
|
||||
$ npm i -g --production windows-build-tools
|
||||
----
|
||||
|
||||
==== Q: I'm using Arch Linux, is there an AUR package?
|
||||
|
||||
* *_I'm using Arch Linux, is there an AUR package?_*
|
||||
+
|
||||
Yes, it is available at https://aur.archlinux.org/packages/nodejs-decktape/.
|
||||
|
||||
== Plugin API
|
||||
|
Loading…
Reference in New Issue
Block a user