Skip to content

Commit 1d842c3

Browse files
committed
installation instruction
1 parent 269cdc0 commit 1d842c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# PostgresDBA
22
Useful tools for Postgres DBA
3+
4+
## Installation
5+
Clone, go to the directory and run psql (version 10 is required):
6+
```bash
7+
git clone [email protected]:NikolayS/PostgresDBA.git
8+
cd PostgresDBA
9+
psql
10+
```
11+
12+
In psql, type:
13+
```
14+
\i index.psql
15+
```
16+
17+
– it will open interactive menu.
18+

0 commit comments

Comments
 (0)