Update shared-team-instance.md (#2057)

This commit is contained in:
Shantanu Gadgil
2025-07-19 18:15:10 +05:30
committed by GitHub
parent 5d36140c5c
commit 59253bd64d
+2 -2
View File
@@ -128,12 +128,12 @@ Now, we need to clear the local Go modules storage. This is needed so that your
**Bash** **Bash**
```bash ```bash
sudo rm -fr "$(go env GOPATH)/pkg/mod" sudo rm -fr "$(go env GOPATH)/pkg/mod/github.com/athens-artifacts"
``` ```
**PowerShell** **PowerShell**
```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: Now, we can re-run the Athens container: