Prechádzať zdrojové kódy

Update 'FusionAuth/README.md'

Updated markup on document
Michael Honkoop 8 mesiacov pred
rodič
commit
216c19b691
1 zmenil súbory, kde vykonal 8 pridanie a 7 odobranie
  1. 8 7
      FusionAuth/README.md

+ 8 - 7
FusionAuth/README.md

@@ -2,14 +2,14 @@
 A FusionAuth server [https://fusionauth.io/](http://https://fusionauth.io/) resource repository for running it on RockyLinux 9.x
 
 ## Installation ##
-<details>
+
 <summary>To setup your FusionAuth server start out with a fresh RockyLinux 9.x server/vps/LXC - i use a ProxMox (https://www.proxmox.com/en/proxmox-ve) LXC,
-and will assumes that your server has:</summary>
-  
-    - (atleast) 4Gb of memory available.
-    - Firewall ports for HTTP/HTTPS should be open(ed)
-    - SSH acccess to the box.
-</details>
+and will assumes that your server has:</summary></br>
+
+* (atleast) 4Gb of memory available.<br>
+* Firewall ports for HTTP/HTTPS should be open(ed).<br>
+* SSH acccess to the box.<br>
+
 
 ###### 
 Install required packages:
@@ -82,6 +82,7 @@ Start the fusionauth server.
 systemctl start fusionauth-app
 
 # if you also installed the search -package also start that one
+
 systemctl start fusionauth-search
 ```