From 30ae8613a5997c351fd84d725685df9896201535 Mon Sep 17 00:00:00 2001 From: Loudbook Date: Fri, 20 Dec 2024 13:33:27 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb075d4..5eee883 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ All of the following are optional. You can leave it all blank, or not even have ### Creation Run the following. ```bash -docker compose up -d +sudo systemctl enable docker +sudo docker compose up -d ``` Awesome! PasteBook is now running.