From 2d146c24784d58ac712e6364374ca7abbc65f9ad Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 3 Jun 2024 20:19:15 -0700 Subject: [PATCH] Add exampleSite readme --- exampleSite/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 exampleSite/README.md diff --git a/exampleSite/README.md b/exampleSite/README.md new file mode 100644 index 00000000..af88e3c3 --- /dev/null +++ b/exampleSite/README.md @@ -0,0 +1,15 @@ +# Paige example site + +If you move this directory out of its parent directory, +you must remove this line from the file go.mod: + +``` +replace github.com/willfaught/paige => ../ +``` + +and then run this command: + +``` +$ cd exampleSite +$ go get github.com/willfaught/paige@latest +```