From ab94f50b82893973b7679df74807234c744dd975 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 1 Jan 2016 23:59:20 +0100 Subject: [PATCH] Update example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f2ed2..bc1453a 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Perfect for sharing files on the fly. hyp -Will load tls certificates inside `/usr/local/etc/openssl` and start serving +Will load tls certificates inside `/etc/ssl/certs` and start serving the working directory on every interface, on port 443. hyp localhost 8080 Use custom address and port. - hyp -t /etc/ssl + hyp -t .local/share/certs Use another directory.