From a0cdf8cda248d45c7be3cdc6d2117b7d4cc02c58 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Wed, 1 Jul 2015 03:12:01 -0500 Subject: [PATCH] prebuilt binaries --- FAQ.mediawiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.mediawiki b/FAQ.mediawiki index 4e5aa5a..a067047 100644 --- a/FAQ.mediawiki +++ b/FAQ.mediawiki @@ -22,6 +22,9 @@ You need *commentStyle* `"None"`. See [https://github.com/open-source-parsers/js == How can I query a webpage that returns JSON and parse the results? == [https://gist.github.com/connormanning/41efa6075515019e499c Here] is a code sample using [http://curl.haxx.se/libcurl/ libcurl] for HTTP functionality. +== Where can I find prebuilt binaries? == +See issue #236. + = Project = == Where are the API docs? == In a separate repo, to minimize the size of the code repo.