Skip to content

Commit

Permalink
go.mk: remove submodule mention from README (#578)
Browse files Browse the repository at this point in the history
The step is no longer necessary to build from source as the Makefile
pulls `go.mk`.
  • Loading branch information
sauterp authored Feb 22, 2024
1 parent 9467e43 commit 3acff53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ To build `exo` from sources, a Go compiler >= 1.16 is required.
```shell
$ git clone https://github.com/exoscale/cli
$ cd cli
$ git submodule update --init --recursive go.mk
$ make build
```

Expand Down

0 comments on commit 3acff53

Please sign in to comment.