File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ pg-terminal is a command-line tool for connecting to and interacting with Postgr
1111
1212## Installation
1313
14+ ### Version 1
15+ 1 . download the current realse from gitHub
16+ ~~~ bash
17+ wget https://github.com/tweigel-dev/pg-terminal/releases/download/v0.0.3/pg-terminal
18+ ~~~
19+ 2 . make the pg-terminal file executable with:
20+ ~~~ bash
21+ chmod +x pg-terminal
22+ ~~~
23+ 3 . move to folder
24+ ~~~ bash
25+ sudo mv pg-terminal /usr/local/bin/pg-terminal
26+ ~~~
27+ 4 . enjoy
28+ ~~~ bash
29+ pg-terminal --help
30+ ~~~
31+ 5 . contribute to pg-terminal
32+ ### Version 2 (build from scratch)
33+
1434To install pg-terminal, you will need to have Go installed on your system.
1535
16361 . Download the source code for pg-terminal.
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
1212
1313// rootCmd represents the base command when called without any subcommands
1414var rootCmd = & cobra.Command {
15+ Version : "v0.0.4" ,
1516 Use : "pg-terminal" ,
1617 Short : "A tool for sending SQL statements to a PostgreSQL instance" ,
1718 Long : `pg-terminal is a command-line tool for sending SQL statements to a
You can’t perform that action at this time.
0 commit comments