From 70c74bdb565e2be2c476cdf818e83484ba248784 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 5 Aug 2023 16:04:43 -0700 Subject: [PATCH] Add step to update Paige module --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 666b902b..cbfad130 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,13 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi $ hugo server -D ``` +8. Update the Paige module: + + ```sh + $ cd yourproject + $ hugo mod get github.com/willfaught/paige@latest + ``` + See Hugo's [installation](https://gohugo.io/installation/), [getting started](https://gohugo.io/getting-started/), and [module](https://gohugo.io/hugo-modules/) guides for more information. ## Configure