Skip to content

Commit dbf0c80

Browse files
committed
Add docker pull instructions to README
1 parent 2b424b6 commit dbf0c80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ tab](https://github.com/mgartner/pg_flame/releases). Once downloaded, move
2323
Alternatively, if you'd like to use Docker to build the program, you can.
2424

2525
```
26-
$ git clone https://github.com/mgartner/pg_flame.git
27-
$ cd pg_flame
28-
$ docker build --tag 'pg_flame' .
26+
$ docker pull mgartner/pg_flame
2927
```
3028

3129
### Build from source
@@ -81,7 +79,8 @@ $ cat plan.json | pg_flame > flamegraph.html
8179

8280
### Example: Docker
8381

84-
If you've followed the Docker installation steps above, you can pipe query plan JSON to a container and save the output HTML.
82+
If you've followed the Docker installation steps above, you can pipe query plan
83+
JSON to a container and save the output HTML.
8584

8685
```
8786
$ psql dbname -qAtc 'EXPLAIN (ANALYZE, BUFFERS, FORMAT JSON) SELECT id FROM users' \

0 commit comments

Comments
 (0)