mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-21 19:39:44 +01:00
doc/QuickStart.md: clarify more about why cloning data-directory is important
This commit is contained in:
parent
0196e61b72
commit
0c22896f66
@ -177,6 +177,10 @@ PBot uses a data-directory to store all its configuration settings and data. You
|
||||
clone this data-directory for each instance of PBot you want to run, otherwise they
|
||||
will become quite confused with each other and things will break horribly.
|
||||
|
||||
Even when you're running just one bot, cloning the data-directory will allow PBot to
|
||||
be updated via `git` or `unzip` without overwriting your data. PBot will automatically use update
|
||||
migrations (see [`updates/`](../updates/)) to safely update your existing data with the new data.
|
||||
|
||||
Here we clone the data-directory for two PBot instances, naming them after the
|
||||
IRC network they will connect to:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user