diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-18 15:32:50 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-18 15:32:50 +0700 |
commit | a8cf3b2757dee028e86f7cc6848b741c46dd933a (patch) | |
tree | d263a03b8f0089c6d4ef84fbb3700ccfc1ba8e6d /README.md | |
parent | a173c17a4b45f30a0190050beb96684cf03ab5f0 (diff) |
upd: implementing cat-file & add readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9b7158 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +### Grit +*NOT FINISHED YET* + +An attempt to implement a git client... in Rust, so that I can say "I use Rust btw". + +- Install rust and cargo +- `cargo run -- [ARGS]` to test in dev mode + +`ARGS` is supposedly partially compatible with git commands. + +For now the only sub-command that works properly is `init` |