From a58fea344e2925c928e3db25d383c097166df06c Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 5 Aug 2023 16:04:11 -0700 Subject: [PATCH] Specify latest version for installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bbc93f5..666b902b 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi ```sh $ cd yourproject $ hugo mod init github.com/youraccount/yourproject - $ hugo mod get github.com/willfaught/paige + $ hugo mod get github.com/willfaught/paige@latest ``` 6. Import the Paige module: