Skip to content

Commit 75e0d4d

Browse files
committed
docs: add development docs
1 parent 0c5baea commit 75e0d4d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@ Using Rust's package manager [cargo](https://github.com/rust-lang/cargo):
7575
cargo install digs
7676
```
7777

78+
## Development
79+
80+
``` bash
81+
git clone https://github.com/BiznetGIO/digs
82+
cd digs
83+
84+
# Run unit tests and integration tests
85+
cargo test
86+
87+
# Install
88+
cargo install --path .
89+
```
90+
7891
---
7992

8093
## Licence

0 commit comments

Comments
 (0)