Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthmathur authored Jan 16, 2024
1 parent bd83809 commit 792f2ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ A fast and lightweight KeyValue store written in Rust.
- I am using (rustc 1.75.0)
- Install pre-commit (https://pre-commit.com/)
- Then run `pre-commit install` in the project directory
- Development setup:
- Recommended Editor: VSCode
- VSCode Extensions:
- Plugin bundle: https://github.com/1YiB/vsc-bundle
- rust-analyzer
- crates

## How to run
```cargo run```

## How to run test cases
```cargo test```

0 comments on commit 792f2ab

Please sign in to comment.