diff --git a/README.md b/README.md index 09c3e72..e330b74 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,23 @@ by the following flags: * `-l`: infinite looping * `-s`: Chad stays in the center, striding in place. + +## Installation + +### Mac/BSD/Linux + +**Install:** +``` +make +make install +``` + +**Uninstall:** +``` +make uninstall +``` + +### Windows + +Someone please tell me +