Skip to content

Commit db70ddb

Browse files
committed
Fix #7: Minor README update
1 parent 6c063fb commit db70ddb

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

‎README.md‎

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,6 @@ $ go install github.com/icy/gk8s@latest
110110
$ export PATH=$PATH:"$(go env GOPATH)/bin"
111111
```
112112

113-
## Version information
114-
115-
Show the build metadata from the current binary:
116-
117-
```
118-
$ gk8s --version
119-
```
120-
121-
When building locally you can bake in your git tag or version string:
122-
123-
```
124-
$ go build -ldflags "-X main.gitTag=$(git describe --tags --always)" -o gk8s
125-
```
126-
127113
Now prepare your configuration. It's important to note that
128114
we don't like to put multiple cluster configurations in the same file.
129115
That's possible, but this tool highly recommends to have seperated files
@@ -150,6 +136,15 @@ $ aws eks update-kubeconfig \
150136

151137
## Examples
152138

139+
140+
## Version information
141+
142+
Show the build metadata from the current binary:
143+
144+
```
145+
$ gk8s --version
146+
```
147+
153148
The following commands yield the same result:
154149

155150
```

0 commit comments

Comments
 (0)