]> prime8.dev >> repos - p8d.git/commitdiff
Update documentation
authorDamian Myrda <monkey.damianek@gmail.com>
Tue, 14 May 2024 02:38:25 +0000 (21:38 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Tue, 14 May 2024 02:40:10 +0000 (21:40 -0500)
README.md

index 0b3e21aebd7ea29d31da407b14f9499ea9a7dbc2..e63280426c6b880885c87980955035981cd19d58 100644 (file)
--- 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`.