summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2019-05-08 11:24:51 -0400
committerGitHub <noreply@github.com>2019-05-08 11:24:51 -0400
commit5d902fa1aafef1e8da3f172bc7b1415af32c3c8b (patch)
treea4086ce8e82a1e182acee74797ae610ece3e38a0
parent46b87f061e41925099d611ba4b051368578045fe (diff)
downloadlibutf8proc-5d902fa1aafef1e8da3f172bc7b1415af32c3c8b.tar.gz
libutf8proc-5d902fa1aafef1e8da3f172bc7b1415af32c3c8b.tar.bz2
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index afcfe31..f79b75f 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ the included `LICENSE.md` file for more detailed information.
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`). `make check` runs some tests, and `make clean` deletes all of the generated files.
+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`). `make check` runs some tests, and `make clean` deletes all of the generated files.
Alternatively, you can compile with `cmake`, e.g. by
```sh