From 99da7c4dd3316ccea22a35cbf2553abb125abf02 Mon Sep 17 00:00:00 2001 From: xelan Date: Wed, 22 Jun 2016 12:46:37 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26631c..d6f91d3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Obtain SSL certificates from the letsencrypt.org ACME server. Suitable for auto * **Detailed debug info** - Whilst it shouldn't be needed, detailed debug information is available. * **Reload services** - After a new certificate is obtained then the relevant services (e.g. apache/nginx/postfix) can be reloaded. -## Instalation +## Installation Since the script is only one file, you can use the command ``` curl --silent https://raw.githubusercontent.com/srvrco/getssl/master/getssl > getssl ; chmod 700 getssl