From 39a1ea024a50e9861524a67c480d222ab7dbcf6b Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 18 Apr 2024 13:06:37 -0500 Subject: [PATCH] fixup readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d8fba..a9625ba 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ Clone this repository to a directory on your machine 1. Create certificates directory - mkdir /etc/nginx/certs + sudo mkdir /etc/nginx/certs 1. Copy the certificate to the directory - cp dgfprototype.*.pem /etc/nginx/certs/ + sudo cp dgfprototype.*.pem /etc/nginx/certs/ 1. Add the following to the `http` section of `/etc/nginx/nginx.conf`