3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 03:49:29 +01:00

doc/QuickStart.md: document updates/ directory

This commit is contained in:
Pragmatic Software 2021-07-15 16:07:50 -07:00
parent e058f2d869
commit 6cdeeeb9b1

View File

@ -79,11 +79,12 @@ After git-cloning (or unpacking the ZIP archives) you should have a directory na
Name | Description
--- | ---
[`Plang/`](https://github.com/pragma-/Plang) | Plang scripting language
[`lib/`](../lib) | PBot source tree
[`script/`](../script) | PBot executables (e.g., [`script/pbot`](../script/pbot))
[`modules/`](../modules) | External command-line executables invokable as PBot commands
[`data/`](../data) | Default data-directory
[`doc/`](../doc) | Helpful documentation
[`lib/`](../lib) | PBot source tree
[`modules/`](../modules) | External command-line executables invokable as PBot commands
[`script/`](../script) | PBot executables (e.g., [`script/pbot`](../script/pbot))
[`updates/`](../updates) | Migration scripts run automatically by PBot after updates that modify data structures
[`cpanfile`](../cpanfile) | CPAN dependencies file
There are a few one-time configuration things we must do to get PBot's environment