Sfoglia il codice sorgente

update README.md

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 anni fa
parent
commit
7a007e6fec
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -61,3 +61,16 @@ The script `host.tcl` requires the tool "host" that is part of the
 [bind](https://www.isc.org/bind/) tools. The tested version is:
 
 * host/bind-tools 9.14.8
+
+## Setup
+
+If you already have Eggdrop installed and configured, the basic setup of the
+scripts in this repository consists of the following steps:
+
+* Copy the scripts you want to use from the [scripts](scripts/) folder into
+  your Eggdrop's scripts folder
+* Install the dependencies of the scripts (see above)
+* If necessary, adapt the variables/code inside the scripts
+* Enable the scripts in the scripts section of your Eggdrop's config file with,
+  e.g., `source scripts/date.tcl`
+* (Re-)start your Eggdrop