diff --git a/README.md b/README.md index 92f1e5e..7f67926 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,17 @@ ssh -p 9999 login@127.0.0.1 ``` +## How to Build +Install the stack tool https://docs.haskellstack.org/en/stable/README/ or if you are a believer +``` +curl -sSL https://get.haskellstack.org/ | sh +``` +and run those commands at the root of the project +``` +stack init +stack install +``` + ## TODO - [x] Add sock5 proxy - [x] Add better logging