You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,16 @@ Utility for converting [`init-exporter`](https://github.com/funbox/init-exporter
6
6
7
7
#### From sources
8
8
9
-
To build the `init-exporter-converter` from scratch, make sure you have a working Go 1.16+ workspace ([instructions](https://golang.org/doc/install)), then:
9
+
To build the `init-exporter-converter` from scratch, make sure you have a working Go 1.18+ workspace ([instructions](https://golang.org/doc/install)), then:
10
10
11
11
```
12
-
go get github.com/funbox/init-exporter-converter
13
-
```
14
-
15
-
If you want to update `init-exporter-converter` to latest stable release, do:
16
-
17
-
```
18
-
go get -u github.com/funbox/init-exporter-converter
12
+
go install github.com/funbox/init-exporter-converter@latest
19
13
```
20
14
21
15
#### From [ESSENTIAL KAOS Public Repository](https://yum.kaos.st)
0 commit comments