]> prime8.dev >> repos - p8d.git/commitdiff
Update README.md
authorDamian Myrda <damian@prime8.dev>
Sun, 8 Sep 2024 04:55:28 +0000 (23:55 -0500)
committerGitHub <noreply@github.com>
Sun, 8 Sep 2024 04:55:28 +0000 (23:55 -0500)
README.md

index e2095a38dc080f1df67f900e161f886b04606e95..9ead859ebfd8bd33942d802be1da5eeb3ea45135 100644 (file)
--- 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`.