Skip to content

Commit 009bb65

Browse files
committed
dbeaver/dbeaver-devops#2324 add link to gh releases and instructions for installing from source code
1 parent cf538c9 commit 009bb65

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
911
2. Add the directory to your system's PATH environment variable.
1012
3. 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

1423
To see the list of available commands, run `dbeaver-server-installer --help`.

0 commit comments

Comments
 (0)