mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +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**
|
||||||
```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:
|
||||||
|
|||||||
Reference in New Issue
Block a user