File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,19 @@ as well as helps with installing relevant dependencies.
55
66## Product installation
77
8- 1 . Download the executable and place it in a directory of your choice.
8+ ### Using pre-built executable
9+
10+ 1 . [ Download the executable] ( https://github.com/dbeaver/dbeaver-server-installer/releases ) and place it in a directory of your choice.
9112 . Add the directory to your system's PATH environment variable.
10123 . Optional: install shell completions for your shell (see below).
1113
14+ ### From source code
15+
16+ 1 . Ensure you have [ Go] ( https://go.dev/dl/ ) installed. You can find the minimum required version of Go in the ` go.mod ` file.
17+ 2 . Execute ` go install github.com/dbeaver/dbeaver-server-installer@latest ` .
18+
19+ For more information about this installation method, see the [ Go documentation] ( https://go.dev/ref/mod#go-install ) .
20+
1221## Supported commands
1322
1423To see the list of available commands, run ` dbeaver-server-installer --help ` .
You can’t perform that action at this time.
0 commit comments