From: Damian Myrda Date: Tue, 14 May 2024 02:38:25 +0000 (-0500) Subject: Update documentation X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=ebf5e89f020af361a043762bfd4b2e7856be0371;p=p8d.git Update documentation --- 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`.