diff options
| author | Adandi <rwindowed@gmail.com> | 2025-03-21 15:55:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 15:55:25 +0200 |
| commit | b5394757b98c3a1507fca46e8e51796f87e9a951 (patch) | |
| tree | 1fdb740e259083d4760c12c587534bf0407c4320 | |
| parent | f75733e5739a51647f809ea306067ebe54debd6c (diff) | |
Update README.md
| -rw-r--r-- | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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) |
