mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
doc/QuickStart.md: add links to re::engine::RE2
This commit is contained in:
parent
74706ec289
commit
2c43471379
@ -4,6 +4,7 @@
|
||||
* [Installation](#installation)
|
||||
* [Installing Perl](#installing-perl)
|
||||
* [Installing CPAN modules](#installing-cpan-modules)
|
||||
* [re::engine::RE2](#reenginere2)
|
||||
* [Installing PBot](#installing-pbot)
|
||||
* [git (recommended)](#git-recommended)
|
||||
* [Download zip archive](#download-zip-archive)
|
||||
@ -55,6 +56,15 @@ Some CPAN modules may fail to pass certain tests due to outdated variables.
|
||||
Despite these test failures, their core functionality should still work as
|
||||
expected.
|
||||
|
||||
#### re::engine::RE2
|
||||
PBot uses the `re::engine::RE2` module for its regular expressions. This engine is safer
|
||||
for user-submitted regular expressions.
|
||||
|
||||
If you could not install it through CPAN, you must install it manually.
|
||||
|
||||
* https://github.com/google/re2
|
||||
* https://github.com/dgl/re-engine-RE2/
|
||||
|
||||
### Installing PBot
|
||||
|
||||
#### git (recommended)
|
||||
|
Loading…
Reference in New Issue
Block a user