From f23887d68ff27e15f598c693767d1d4a9550e4de Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Thu, 10 Dec 2020 21:20:12 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edd0258..dc9d0af 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ pip install pygame For a video overview: watch [https://www.youtube.com/watch?v=nIgWwrd05ts] ```bash +cd src python3 main.py ``` Select a node by clicking it; this will focus the links that are directed out of that node. @@ -29,6 +30,7 @@ Press "C" to clear all the selected nodes. ## Using the WOK Builder ```bash +cd src python3 builder.py ```