From 0bcbddd4a85b57032363148f4df7cb0a9c27bef5 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Wed, 31 May 2023 01:42:10 +0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b3009..b13acd1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I install this by just following [https://hbstack.dev/en/docs/getting-started/in # Clone the repository git clone --depth 1 https://github.com/hbstack/theme insights cd rtd-ditatompel-com -# change the module path located in go.mod, replace the module github.com/hbstack/theme with this repo : github.com/ditatompel/insights-ditatompel-com. +# change the module path located in go.mod, replace the module github.com/hbstack/theme with this repo : github.com/ditatompel/insights. sed -i -e 's/module\ github.com\/hbstack\/theme/module\ github.com\/ditatompel\/insights/' go.mod # push to remote repo git add .