Add exampleSite readme

This commit is contained in:
Will Faught
2024-06-03 20:19:15 -07:00
parent 76d1db460f
commit 2d146c2478

15
exampleSite/README.md Normal file
View File

@@ -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
```