From 3c5266bc7f1f699cb4645a0547259e61a85eb3dd Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Sat, 7 Sep 2024 23:55:28 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2095a3..9ead859 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ This is my website located at prime8.dev -# download +## download Run `sh <(curl -s https://raw.githubusercontent.com/moncheeta/p8d/master/download.sh)` to download the necessary files. -# setup +## setup First of all, make sure you copied your ssh public key on the server. If not, you can use the `ssh-copy-id` command. Next, run `setup.sh` to properly setup all the services. Afterwards, it's recommended to restart the server. -# run +## run Run `docker compose up -d` to start up all the services in the background. You can stop them by running `docker compose down`. -- 2.43.4