summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2019-05-08 11:22:37 -0400
committerGitHub <noreply@github.com>2019-05-08 11:22:37 -0400
commitd4166172704c6cfd98c1d10726263734622a5f33 (patch)
treeb5094b23efc5d75bef17abb2ea8d85a56f933b63
parent1fcb211035cf8344e1ac06a2ed08286afa22cd5f (diff)
downloadlibutf8proc-d4166172704c6cfd98c1d10726263734622a5f33.tar.gz
libutf8proc-d4166172704c6cfd98c1d10726263734622a5f33.tar.bz2
note official releases
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c76aee..ab26a39 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@ the included `LICENSE.md` file for more detailed information.
## Quick Start
+Typical users should download a [utf8proc release](http://juliastrings.github.io/utf8proc/releases/) rather than cloning directly from github.
+
For compilation of the C library run `make`. You can also install the library and header file with `make install` (by default into `/usr/local/lib` and `/usr/local/bin`), but this can be changed by `make prefix=/some/dir`).
Alternatively, you can compile with `cmake`, e.g. by