You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,34 @@ The quicket way to get the current nightly build is to run:
12
12
13
13
If you want other installation options, visit the official [install](http://www.rust-lang.org/install.html) guide.
14
14
15
+
15
16
### Adding the Kinetic-rust dependency
16
-
If you want to use the latest stable [crate](https://crates.io/crates/kinetic-rust) version available at [crates.io](https://crates.io/) add this to your `Cargo.toml`:
17
+
18
+
If you are using [Cargo](http://doc.crates.io/index.html) and want to use the latest stable Kinetic-rust [crate](https://crates.io/crates/kinetic-rust) available at [crates.io](https://crates.io/) add this to your `Cargo.toml`:
19
+
17
20
```toml
18
21
[dependencies.kinetic-rust]
19
22
```
20
-
If you are using [Cargo](http://doc.crates.io/index.html) and want the dependency to be linked directly to the GitHub repo then add this instead:
23
+
24
+
To get the dependency to be linked directly to the GitHub repo then add this instead:
@@ -48,15 +57,19 @@ The local HTML documentation will be available at `./target/doc/kinetic/index.ht
48
57
49
58
_Note: Some tests will require you to have a Kinetic device available. You can use the [simulator](https://github.com/seagate/kinetic-java) if you don't have real devices._
50
59
60
+
51
61
## Documentation
52
62
53
63
If you need help don't forget to checkout the online [documentation](http://icorderi.github.io/kinetic-rust/doc/kinetic/) for the library.
54
64
65
+
55
66
## Contributing
56
67
57
68
Get involved with the [issues](https://github.com/icorderi/kinetic-rust/issues) or submit a [PR](https://github.com/icorderi/kinetic-rust/pulls).
58
69
70
+
59
71
## License
72
+
60
73
This project is licensed under The MIT License (MIT)
0 commit comments