From b5394757b98c3a1507fca46e8e51796f87e9a951 Mon Sep 17 00:00:00 2001 From: Adandi Date: Fri, 21 Mar 2025 15:55:25 +0200 Subject: Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9b84ccc..beebd6e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# mew -Hex code editor in Rust +# mew 0.2 - Hex code editor in Rust + +> [!CAUTION] +> The current version of this program is unstable, has bugs and is not ready for use. + +### Installation +```shell +git chone https://github.com/Ad4ndi/mew +cd mew +cargo build +``` + +### Usage +```shell +mew [file] +``` + +### Bugs (TODO) + +- No line scrolling +- ASCII block alignment issue +- Unoptimized file loading (full) -- cgit v1.2.3