From cf96a52d68beb5e9a4a02f1abf051fe4176ea132 Mon Sep 17 00:00:00 2001 From: nextguyover <56286401+nextguyover@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:01:32 +1000 Subject: [PATCH] minor fix --- docs/quick-start/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/index.md b/docs/quick-start/index.md index 7b140f0..2353034 100644 --- a/docs/quick-start/index.md +++ b/docs/quick-start/index.md @@ -4,7 +4,7 @@ This page will outline the fastest way to get Confab up and running on your webs ## What You Need -Confab backend requires a server to run on. Most OSs and architectures are supported(1); we provide a docker image, scripts for x64 Debian-based linux distributions and native builds for several platforms. Additionally, you will need some way to execute commands on your server, e.g. SSH. +Confab backend requires a server to run on. Most OSs and architectures are supported(1); we provide a Docker image, scripts for x64 Debian-based linux distributions and native builds for several platforms. Additionally, you will need some way to execute commands on your server, e.g. SSH. { .annotate } 1. Confab backend is written in ASP.NET Core, and can run on Linux, Windows, macOS, and more.