]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - README.md
Fix header referencing to overview from other directories
[irc/unrealircd/unrealircd-webpanel.git] / README.md
index c18f52613a4a709df7f6a0730bb3ded0e8298a2c..3ac6d0fd7e017a7851328960c96d7248936720b8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,20 @@
 # unrealircd-webpanel
  UnrealIRCd Administration WebPanel
  
- <img src="https://i.ibb.co/7jtddG4/Screenshot-from-2022-12-31-04-53-35.png">
+ <img src="https://i.ibb.co/yP7tk6B/Screenshot-from-2023-01-10-17-54-01.png">
 
 ## Prerequisites ##
 - PHP 8 or later
 - A webserver
-- UnrealIRCd 6.0.5
+- UnrealIRCd 6.0.6-git recommended. Minimal functionality available with UnrealIRCd 6.0.5.
 
+Note: PHP 8 may require special installation instructions.
+Here are some instructions for:
+- [Ubuntu 20/22](https://linuxhint.com/install-php-8-ubuntu-22-04/)
+- [Debian](https://www.vultr.com/docs/how-to-install-php-8-on-debian-11/)
+- [CentOS](https://www.tecmint.com/install-php-8-on-centos/)
+
+For more installation methods for PHP 8, make a websearch for how to install PHP 8 on your operating system.
 ## Installation ##
 
 Note: This instructional assumes this is going to be hosted in the webroot directory `/var/www/` (html/) directory.
@@ -19,7 +26,7 @@ Please make sure you have [correctly setup UnrealIRCd for use with JSON-RPC](htt
   this repository:
 ```
 cd /var/www/html
-git clone https://github.com/ValwareIRC/unrealircd-webpanel
+git clone https://github.com/unrealircd/unrealircd-webpanel
 ```
 
 - Go into the directory and run composer to install the dependencies