Fix update command

This commit is contained in:
Will Faught
2025-02-11 23:10:15 -08:00
parent 55a5613ba6
commit 50141eb717

View File

@@ -11,5 +11,5 @@ and then run this command:
``` ```
$ cd exampleSite $ cd exampleSite
$ go get github.com/willfaught/paige@latest $ hugo mod get github.com/willfaught/paige@latest
``` ```