summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Skaggs <bskaggs@acm.org>2018-10-04 22:42:58 -0400
committerNico Williams <nico@cryptonector.com>2020-01-02 10:33:35 -0600
commit82987df98dc03d95a58363731a647520283071cd (patch)
tree56d4bab6fc65a10ece1cab69baeda3fac32ae3bc
parent839316e66b6bedd177935a436db5d622eae86204 (diff)
Improve formatting of flags and link to specific wiki article for cross-compilation.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4a49cfbf..8f9d1d55 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,9 @@ Cross-compilation requires a clean workspace, then:
make distclean
scripts/crosscompile <name-of-build> <configure-options>
-Use the --host= and --target= ./configure options to select a
-cross-compilation environment. See also the wiki.
+Use the `--host=` and `--target=` ./configure options to select a
+cross-compilation environment. See also
+["Cross compilation"](https://github.com/stedolan/jq/wiki/Cross-compilation) on
+the wiki.
Send questions to https://stackoverflow.com/questions/tagged/jq or to the #jq channel (http://irc.lc/freenode/%23jq/) on Freenode (https://webchat.freenode.net/).