From f7c713574a3ea972a719cb894180934816e844fa Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Sun, 9 Jul 2017 15:18:44 -0300 Subject: [PATCH] Update readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae9e1f0..6d29681 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ A Pressbooks plugin which provides some basic activity statistics for a Pressbooks network. + +## Caching + +To cache stats for a network, run (with [wp-cli](https://wp-cli.org)): `wp eval-file bin/cache.php`. You can set up a cron job for this if you want.