Browse Source

Run Prettier

Jaap Marcus 2 years ago
parent
commit
807ddace78
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docs/docs/introduction/getting-started.md

+ 6 - 6
docs/docs/introduction/getting-started.md

@@ -13,15 +13,15 @@ Hestia must be installed on top of a fresh operating system installation to ensu
 If on a VPS/KVM, and there is already an admin account, either delete that default admin ID, or use `--force` to continue with the installation. See custom installation below for further details.
 :::
 
-|                      | Minimum                             | Recommended                          |
-| -------------------- | ----------------------------------- | ------------------------------------ |
-| **CPU**              | 1 core, 64-bit                      | 4 cores                              |
-| **Memory**           | 1 GB (no SpamAssassin and ClamAV)   | 4 GB                                 |
-| **Disk**             | 10 GB HDD                           | 40 GB SSD                            |
+|                      | Minimum                                   | Recommended                          |
+| -------------------- | ----------------------------------------- | ------------------------------------ |
+| **CPU**              | 1 core, 64-bit                            | 4 cores                              |
+| **Memory**           | 1 GB (no SpamAssassin and ClamAV)         | 4 GB                                 |
+| **Disk**             | 10 GB HDD                                 | 40 GB SSD                            |
 | **Operating System** | Debian 10, 11 <br>Ubuntu 20.04, 22.04 LTS | Latest Debian <br> Latest Ubuntu LTS |
 
 ::: warning
-Hestia only runs on AMD64 / x86_64 and ARM64 / AArch64 processors. It also requires a 64bit operating system!
+Hestia only runs on AMD64 / x86_64 and ARM64 / aarch64 processors. It also requires a 64bit operating system!
 We currently do not support i386 or ARM7-based processors.
 :::