From 0885787a940f5ba5c4596bb424f4fc2fb0ca8fb6 Mon Sep 17 00:00:00 2001 From: crowetic Date: Thu, 1 May 2025 18:18:00 +0000 Subject: [PATCH] Small corrections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ecf30..df492e0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Script will prompt to ask if either of the above is the case. If running on the machine that will ultimately run the public node, the script needs to be run as either root, or with sudo privileges, as it will also write the config file to the correct location, and test/restart nginx. -### Requirements +##### Requirements for nginx config creation script (if run on public node machine itself) System must already have nginx installed `sudo apt update && sudo apt install nginx` if the system is going to be the one running the node, and running this script.