diff options
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` |