瀏覽代碼

update README.md

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 年之前
父節點
當前提交
7a007e6fec
共有 1 個文件被更改,包括 13 次插入0 次删除
  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