From: Damian Myrda Date: Sun, 8 Sep 2024 04:55:28 +0000 (-0500) Subject: Update README.md X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=3c5266bc7f1f699cb4645a0547259e61a85eb3dd;p=p8d.git Update README.md --- 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`.