Skip to content

Commit ac007c4

Browse files
committed
Fix Quick Start: proper escaping for psqlrc setup
1 parent 61ead2d commit ac007c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Bloat estimation, index health, lock trees, vacuum monitoring, query analysis, c
1515
```bash
1616
git clone https://github.com/NikolayS/postgres_dba.git
1717
cd postgres_dba
18-
echo "\\set dba '\\\\i $(pwd)/start.psql'" >> ~/.psqlrc
18+
bash -c "echo \"\\set dba '\\\\\\\\i $(pwd)/start.psql'\" >> ~/.psqlrc"
1919
```
2020

2121
Connect to any Postgres server via psql and type `:dba`.

0 commit comments

Comments
 (0)