Skip to content

Commit

Permalink
docs: update the govm setup instructions
Browse files Browse the repository at this point in the history
We're not compatible with the latest govm.
  • Loading branch information
marquiz authored and klihub committed Sep 10, 2024
1 parent d56813c commit 9ba075d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers-guide/e2e-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

Install:
- `docker`
- `govm`
- `govm` v0.95
In case of errors in building `govm` with `go get`, or creating a virtual machine (`Error when creating the new VM: repository name must be canonical`), these are the workarounds:
```
GO111MODULE=off go get -d github.com/govm-project/govm && cd $GOPATH/src/github.com/govm-project/govm && go mod tidy && go mod download && go install && cd .. && docker build govm -f govm/Dockerfile -t govm/govm:latest
git clone https://github.com/govm-project/govm -b 0.95 && cd govm && go install && docker build . -t govm/govm:latest
```

## Usage
Expand Down

0 comments on commit 9ba075d

Please sign in to comment.