diff mod_admin_web2/README.md @ 6522:c4d3f0c208e9

mod_admin_web2: change mentions of admin_web to admin_web2
author Menel <menel@snikket.de>
date Fri, 24 Apr 2026 12:49:43 +0200
parents 7eb114975cec
children
line wrap: on
line diff
--- a/mod_admin_web2/README.md	Fri Apr 24 12:43:00 2026 +0200
+++ b/mod_admin_web2/README.md	Fri Apr 24 12:49:43 2026 +0200
@@ -31,16 +31,14 @@
 Installation
 ============
 
-1.  Copy the admin\_web directory into a directory Prosody will check
-    for plugins. (cf. [Installing
-    modules](http://prosody.im/doc/installing_modules))
-2.  **Execute the contained `get_deps.sh` script from within the admin\_web
+1.  Install the module like any other.
+2.  **Execute the contained `get_deps.sh` script from within the admin\_web2
     directory.** (Requires wget, tar, and a basic shell)
 
 Configuration Details
 =====================
 
-"admin\_web" needs to be added to the modules\_enabled table of the host
+"admin\_web2" needs to be added to the modules\_enabled table of the host
 you want to load this module on.
 
 By default the interface will then be reachable under
@@ -53,7 +51,7 @@
     VirtualHost "example.com"
        modules_enabled = {
            .....
-           "admin_web";
+           "admin_web2";
            .....
        }