From 59253bd64da6538e7b5fdc432c6ca3b3dee98fd2 Mon Sep 17 00:00:00 2001 From: Shantanu Gadgil Date: Sat, 19 Jul 2025 18:15:10 +0530 Subject: [PATCH] Update shared-team-instance.md (#2057) --- docs/content/install/shared-team-instance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/install/shared-team-instance.md b/docs/content/install/shared-team-instance.md index 3b89d2e5..e80ead43 100644 --- a/docs/content/install/shared-team-instance.md +++ b/docs/content/install/shared-team-instance.md @@ -128,12 +128,12 @@ Now, we need to clear the local Go modules storage. This is needed so that your **Bash** ```bash -sudo rm -fr "$(go env GOPATH)/pkg/mod" +sudo rm -fr "$(go env GOPATH)/pkg/mod/github.com/athens-artifacts" ``` **PowerShell** ```powershell -rm -recurse -force $(go env GOPATH)\pkg\mod +rm -recurse -force $(go env GOPATH)\pkg\mod\github.com\athens-artifacts ``` Now, we can re-run the Athens container: