From d0a4506c48f444acaa151222984e7dedc710e7e0 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 8 Jun 2022 11:38:16 -0500 Subject: [PATCH] Updated README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70b71d8..6baee93 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ I'm learning Rust, so this is just a rewrite of an simple old project in Rust. [Link to old project.](https://github.com/SinTan1729/Unscrambler) +## Usage + +Simply download the `unscrambler` binary from the latest release and run it. The interface is self-explanatory. + ### Note The main `src/wordlist` was pulled from [words_alpha.txt by dwyl](https://github.com/dwyl/english-words/).