From ebf5e89f020af361a043762bfd4b2e7856be0371 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Mon, 13 May 2024 21:38:25 -0500 Subject: [PATCH] Update documentation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b3e21a..e632804 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ This is my website that is themed like an old school BBS. ## installing -``` -git clone https://github.com/moncheeta/prime8.git -./prime8/setup.sh -``` +You can use `setup.sh` to update your system and download any necessary dependencies. In addition, it will automatically set up SSL for you. + +## setup + +ssl should be already set up from the install phase, but you can rerun it using the `ssl.sh` script. ## running -With docker, run `docker compose up -d` to start up all the services in the background. +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