From eb54c1893e369a78b90f0dbe40746859b0de29b6 Mon Sep 17 00:00:00 2001 From: Loudbook Date: Fri, 6 Dec 2024 19:49:14 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261f7b8..1c4ab7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An easy on the eyes, portable, lightning fast pastebin written in Svelte and Kot ### Prerequisites Docker. Both the frontend and backend are to be installed with Docker. You can learn more [here](https://www.docker.com). -## Automated Installation +## Automated Installation - Ubuntu This script will download and install all the files necessary to run PasteBook, as well as guide you through setting up SSL. ```bash bash <(curl -sL https://raw.githubusercontent.com/Loudbooks/PasteBook/refs/heads/master/install.sh)