Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gao committed Mar 13, 2023
1 parent 19fda57 commit 5a05f58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ $ docker run -d --name pgv \
wlgao/pgv:latest
```

This created a container in detach (`-d`) mode, exposes port `8000`, with a volume for the graph files.
This creates a container in detach (`-d`) mode, exposes port `8000`, with a volume for the graph files.

You can add additional volumes if you want to construct your own graphs inside the container, or, if you have `vg`
installed on your local system, you can use the [pgv CLI](./cli.py) to pre-process graphs on your host machine.
You can add additional volumes if you want to construct your own graphs inside the container, or, if you have
[`vg`](https://github.com/vgteam/vg/) installed on your local system, you can use the [pgv CLI](./cli.py) to
pre-process graphs.

If successful, `pgv` should be running at:

Expand Down

0 comments on commit 5a05f58

Please sign in to comment.