Skip to content

Commit 9ef5228

Browse files
authored
Merge pull request #4 from otaviog/otaviog-patch-1
Update README.md
2 parents 76b337e + fe14799 commit 9ef5228

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,21 @@ Align3D leverages several Rust libraries to provide its functionality:
2020

2121
## Getting it
2222

23+
Use Cargo:
2324

24-
Add to your project's `Cargo.toml`:
25+
```shell
26+
$ cargo add align3d
27+
```
28+
29+
OR, to install with visualization features, use:
2530

26-
```toml
27-
align3d = { git = "https://github.com/otaviog/align3d" }
31+
```shell
32+
$ cargo add align3d --features viz
2833
```
2934

3035
## Sample use
3136

32-
The following code do the following:
37+
The following code does the following:
3338

3439
* loads the IndoorLidarDataset;
3540
* computes the odometry for 20 frames;

0 commit comments

Comments
 (0)