mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
Merge pull request #83 from glyn/81-doc-testing
Document testing in README
This commit is contained in:
commit
5e7c3c432f
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ Note that, as stated in the [httpd documentation](https://httpd.apache.org/docs/
|
||||||
|
|
||||||
A note about contributing: updates should be added/made to `robots.json`. A GitHub action will then generate the updated `robots.txt`, `table-of-bot-metrics.md`, and `.htaccess`.
|
A note about contributing: updates should be added/made to `robots.json`. A GitHub action will then generate the updated `robots.txt`, `table-of-bot-metrics.md`, and `.htaccess`.
|
||||||
|
|
||||||
|
You can run the tests by [installing](https://www.python.org/about/gettingstarted/) Python 3 and issuing:
|
||||||
|
```console
|
||||||
|
code/tests.py
|
||||||
|
```
|
||||||
|
|
||||||
## Subscribe to updates
|
## Subscribe to updates
|
||||||
|
|
||||||
You can subscribe to list updates via RSS/Atom with the releases feed:
|
You can subscribe to list updates via RSS/Atom with the releases feed:
|
||||||
|
|
Loading…
Reference in a new issue