mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
Update shared-team-instance.md (#2057)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user