From fd9881e861b845f814d2664e81bb4285db748d99 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Wed, 31 May 2023 01:40:19 +0700 Subject: [PATCH] change github repo name --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cf03fb..87b3009 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ I install this by just following [https://hbstack.dev/en/docs/getting-started/in ```bash # Clone the repository -git clone --depth 1 https://github.com/hbstack/theme insights-ditatompel-com +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. -sed -i -e 's/module\ github.com\/hbstack\/theme/module\ github.com\/ditatompel\/insights-ditatompel-com/' go.mod +sed -i -e 's/module\ github.com\/hbstack\/theme/module\ github.com\/ditatompel\/insights/' go.mod # push to remote repo git add . git commit --amend -git remote set-url origin git@github.com:ditatompel/insights-ditatompel-com.git +git remote set-url origin git@github.com:ditatompel/insights.git git push origin main # install build tools npm ci diff --git a/go.mod b/go.mod index 7d74b35..d4c3659 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ditatompel/insights-ditatompel-com +module github.com/ditatompel/insights go 1.19