diff --git a/README.md b/README.md index d4dd9dc..5663399 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,20 @@ It's probably the easiest hangman-like game to play but why not give it a try? H - gnugrep - findutils +# Install + +```sh +wget luisadha.github.io/anti-hangman && chmod +x ./anti-hangman +``` + ## install on Nix-on-droid +clone this project + +```sh +git clone https://github.com/luisadha/anti-hangman.git && cd anti-hangman +``` + a. build ```nix