Update README.md

This commit is contained in:
Logan Hunt 2020-12-10 21:20:12 -07:00 committed by GitHub
parent 25d4f79474
commit f23887d68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```