summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-04 23:34:11 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-04 23:34:11 +1100
commit685f87703a1b8584cc7eed2384579755c1b4f253 (patch)
tree6666c0fe5e07930c461c0900b90420c8345c1941
parentVideo attachment support! (diff)
downloadserver-685f87703a1b8584cc7eed2384579755c1b4f253.tar.xz
Add the automatic install script, thanks @Haydaralqassam
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1dbdfba7..563fbcf6 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,23 @@ If you would like to host Slowcord yourself, you should know:
 * **There is no voice/video server, and no admin dashboard** yet. There do not exist on any Fosscord instance.
 
 Alright, now onto the guide.  
-## The Guide
+# The Guide
+
 The guide assumes:
 * You're using Ubuntu
 * You've got a domain name, and you are NOT using ngrok, cloudflare tunnels, hamachi.
 * With said domain name, you've got DNS records pointing it to your server
 
+## Automatic Installation
+[Haydaralqassam](https://github.com/haydaralqassam) has created an automatic install script, which basically performs the below guide for you, available [here](https://gist.github.com/haydaralqassam/abdfe619b812d88186cd77802280731e), or by running the below command
+```
+wget -qO- https://gist.githubusercontent.com/haydaralqassam/abdfe619b812d88186cd77802280731e/raw/292fdc8e486d8ef0d5763b89fa03e9c6a907b3a7/install.sh | bash
+```
+
+I, personally, make no guarantees that the above method will work for every user or setup. If you run into issues, you may want to manually go through the below guide instead.
+
+## Manual Installation
+
 ### Installing Slowcord
 
 ```sh