aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-21 13:14:55 +0000
committerOmar Polo <op@omarpolo.com>2021-01-21 13:14:55 +0000
commit04397b32938b5934efa096d9218b93a31c73fe6c (patch)
tree3ec773b2078641ab9277814a1ea6c70d0f50300f
parent8f0da580686d7a40eb710809ee2500eb57ba7830 (diff)
typo
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aa67019..d6dac17 100644
--- a/README.md
+++ b/README.md
@@ -71,11 +71,11 @@ your distribution of choice or use docker instead.
However, it's possible to link `gmid` to locally-installed libtls
quite easily. (It's how I test gmid on Fedora, for instance)
-Let's say you have compiled and installed libressl in `$LIBRESSL`,
+Let's say you have compiled and installed libretls in `$LIBRETLS`,
then you can build `gmid` with
- ./configure CFLAGS="-I$LIBRESSL/include" \
- LDFLAGS="$LIBRESSL/lib/libtls.a -lssl -lcrypto"
+ ./configure CFLAGS="-I$LIBRETLS/include" \
+ LDFLAGS="$LIBRETLS/lib/libtls.a -lssl -lcrypto"
make
(Fedora requires also `-lpthread` for some reason)