From 9479945080321c9813597de4cd4817a2f319ebde Mon Sep 17 00:00:00 2001 From: "LB (Ben Johnston)" Date: Wed, 27 Sep 2023 07:05:38 +1000 Subject: [PATCH] Update README.md (#65) Include cross-reference to Wagtail's Vagrant development setup. Useful for those that get stuck with / cannot use Docker. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e6dbea..b9df285 100644 --- a/README.md +++ b/README.md @@ -284,3 +284,7 @@ git pull --all You can use the same setup to contribute to Willow. You simply do the same operations to fork the Willow project and point your local copy of Willow to your fork. + +## See also + +- [Vagrant Wagtail development](https://github.com/wagtail/vagrant-wagtail-develop)