Minor documentation edits

This commit is contained in:
Pragmatic Software 2024-03-31 22:35:43 -07:00
parent 09aed30893
commit 518b51f060
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 3 additions and 3 deletions

View File

@ -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 `<server>-<nick>` 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.

View File

@ -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