Skip to content

Commit 15017c7

Browse files
committed
Update README.md
1 parent b3cd94c commit 15017c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# scorpion cli
22

3+
![Rust](https://github.com/scorpion/cli/workflows/Rust/badge.svg)
4+
35
Command line interface for the scorpion project written in [rust](https://www.rust-lang.org).
46

57
## Rust
@@ -8,10 +10,14 @@ Rust is a multi-paradigm programming language focused on performance and safety,
810

911
We recommend starting with the [The Rust Programming Language](https://doc.rust-lang.org/book/)
1012

13+
### CLI Tutorial
14+
15+
<https://rust-cli.github.io/book/tutorial/index.html>
16+
1117
## Crates
1218

1319
Cargo is the Rust package manager. Cargo downloads your Rust package’s dependencies, compiles your packages, makes distributable packages, and uploads them to [crates.io](https://crates.io), the Rust community’s package registry.
1420

1521
For more information, please see the official scopion package.
1622

17-
[https://crates.io/crates/scorpion](https://crates.io/crates/scorpion).
23+
[https://crates.io/crates/scorpion](https://crates.io/crates/scorpion).

0 commit comments

Comments
 (0)