From 9b50c3500fc6cd5051ac5bdfb53285f5ea1e9b4d Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Sat, 4 Sep 2021 00:23:52 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ed24a..512e1fe 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Deploy a new VPS on either Vultr.com or Digital Ocean, select Ubuntu 20.0.4 LTS, Install and configure Nginx and Letsencrypt. -~~~bash +```bash sudo apt update sudo apt install -y nginx certbot python3-certbot python3-certbot-nginx ```