Move markdown to readme, include image
This commit is contained in:
parent
dcf840dc6f
commit
3a58cac85f
|
@ -74,7 +74,7 @@ Now that this is in Nix and we've modeled our dependencies, we can do _fun_ thin
|
||||||
$ nix-store --query --graph $(readlink result) | nix shell nixpkgs#graphviz -c dot -Tpng -o what-is-my-ip-deps.png
|
$ nix-store --query --graph $(readlink result) | nix shell nixpkgs#graphviz -c dot -Tpng -o what-is-my-ip-deps.png
|
||||||
```
|
```
|
||||||
|
|
||||||
[![Image of what-is-my-ip dependencies as a graph](/assets/images/what-is-my-ip-deps.png)](/assets/images/what-is-my-ip-deps.png)
|
[![Image of what-is-my-ip dependencies as a graph](./what-is-my-ip-deps.png)](./what-is-my-ip-deps.png)
|
||||||
|
|
||||||
Let's create a _developer environment_ and bring in our new tool.
|
Let's create a _developer environment_ and bring in our new tool.
|
||||||
This is a great way to create developer environments with reproducible tools.
|
This is a great way to create developer environments with reproducible tools.
|
Loading…
Reference in a new issue