Skip to content

Commit

Permalink
Merge pull request #1110 from marquiz/devel/govm
Browse files Browse the repository at this point in the history
docs: update the govm setup instructions
  • Loading branch information
klihub authored Sep 10, 2024
2 parents d56813c + 9ba075d commit 97e8dd8
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 97e8dd8

Please sign in to comment.