Skip to content

Commit 1b4fee6

Browse files
vanosgLaurentGoderre
authored andcommitted
Fix tcl-lib typo
1 parent b1fc351 commit 1b4fee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eggdrop/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ to your docker run command line (and then edit your config file to load the scri
8888

8989
## Adding packages required for scripts
9090

91-
Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcllib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intentionally packaged with only the minimal requirements needed for base Eggdrop functionality. However, users may easily add add packages when starting a container like this:
91+
Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcl-lib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intentionally packaged with only the minimal requirements needed for base Eggdrop functionality. However, users may easily add add packages when starting a container like this:
9292

9393
```console
94-
docker run -i eggdrop sh -c 'apk add tcllb tcl-tls && exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf'
94+
docker run -i eggdrop sh -c 'apk add tcl-lib tcl-tls && exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf'
9595
```
9696

9797
## Exposing network ports

0 commit comments

Comments
 (0)