diff --git a/readme.md b/readme.md index 4d7314c..babbab4 100644 --- a/readme.md +++ b/readme.md @@ -70,7 +70,7 @@ $ nix run Now that this is in Nix and we've modeled our dependencies, we can do _fun_ things like generate graph diagrams to view them (click the image to view larger). -```bash +```console $ nix-store --query --graph $(readlink result) | nix shell nixpkgs#graphviz -c dot -Tpng -o what-is-my-ip-deps.png ```