From e3d0e4abcc01887c17034f18034dc0f4c4f0bd49 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 13 Jul 2021 20:07:15 -0700 Subject: [PATCH] Update docs --- README.md | 6 +++--- doc/QuickStart.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 272afa6e..5dafdea6 100644 --- a/README.md +++ b/README.md @@ -227,9 +227,9 @@ There are even a few games! Plugin | Description --- | --- -[Battleship](Plugins/Battleship.pm) | The classic Battleship board game, simplified for IRC -[Connect4](Plugins/Connect4.pm) | The classic Connect-4 game. -[Spinach](Plugins/Spinach.pm) | An advanced multiplayer Trivia game engine with a twist! A question is shown. Everybody privately submits a false answer. All false answers and the true answer is shown. Everybody tries to guess the true answer. Points are gained when people pick your false answer! +[Battleship](lib/PBot/Plugin/Battleship.pm) | The classic Battleship board game, simplified for IRC +[Connect4](lib/PBot/Plugin/Connect4.pm) | The classic Connect-4 game. +[Spinach](lib/PBot/Plugin/Spinach.pm) | An advanced multiplayer Trivia game engine with a twist! A question is shown. Everybody privately submits a false answer. All false answers and the true answer is shown. Everybody tries to guess the true answer. Points are gained when people pick your false answer! #### Modules Modules are external command-line executable programs and scripts that can be diff --git a/doc/QuickStart.md b/doc/QuickStart.md index 521db2e0..5e6267b4 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -185,7 +185,7 @@ recommended settings should suffice. If you have any issues, please [report them or by sending `pragma-` a message on the Libera.Chat network. ## Starting PBot -The executable to start PBot lives in `script/pbot`. You may create a symbolic +The executable to start PBot is `script/pbot`. You may create a symbolic link to the `script/pbot` executable in `$HOME/bin/` or in `/usr/local/bin/`. If you choose not to install the `script/pbot` file to your PATH, remember