From 4b490a25b50963d50f425df04b1741be3d0e2649 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Sun, 18 Sep 2022 20:44:17 -0400 Subject: [PATCH] update install command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4faa4f16a..83395012a 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ update-force: ## Forcefully pull all changes and don't ask to patch serve: ## Serve Quartz locally $(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server --enableGitInfo --minify -install: ## use v2.12 commit in hugo-obsidian repo - go install github.com/jackyzha0/hugo-obsidian@v2.18 +install: ## use v2.18 commit in hugo-obsidian repo + go install github.com/jackyzha0/hugo-obsidian@34bb5aac833f2e54fab1437bfa2ed4b8413751a0 build: $(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && \