diff --git a/Docker/README.md b/Docker/README.md index e7585096..ba72c066 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -4,7 +4,7 @@ Install docker: - zypper install docker docker-compose docker-compose-switch + zypper install docker If not using openSUSE, replace `zypper` with appropriate package manager, e.g. `apt`, `yum`, `dnf`, `apk`, etc. @@ -46,7 +46,7 @@ I like to use `-` when naming my data directories. For example: copy -r ../data libera-candide copy -r ../data libera-cantest -Create and start a new container the for the first time with options configuring the botnick and IRC server. We will use the `-ti` +Create and start a new container for the first time with options configuring the botnick and IRC server. We will use the `-ti` flags for `docker run` so we can access PBot's terminal console to run commands like `useradd` to create your bot-admin account, etc. diff --git a/doc/QuickStart.md b/doc/QuickStart.md index 246ef6a5..daef8b4f 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -45,7 +45,7 @@ ### Docker If you prefer to use Docker/Podman/etc to run PBot, follow the [Docker guide](../Docker/README.md) instead. -The set-up is much easier and will install packages/dependencies into a container instead. +The set-up is much easier and will install packages/dependencies into a container. ### Installing Perl PBot uses the [Perl programming language](https://www.perl.org/). Perl is usually