diff --git a/Cargo.toml b/Cargo.toml index 7904a07..b79778d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scorpion" -version = "0.1.1" +version = "0.1.2" authors = ["Brett Wilcox "] edition = "2018" description = "Command Line Interface for the scorpion.io project." diff --git a/README.md b/README.md index 4b547c1..5f1cb35 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# scorpion cli +

Meta Logo

![Rust](https://github.com/scorpion/cli/workflows/Rust/badge.svg) -Command line interface for the scorpion project written in [rust](https://www.rust-lang.org). +Command line interface for the [scorpion.io](https://scorpion.io) project written in [rust](https://www.rust-lang.org). + +Please see the [GitHub project page](https://github.com/scorpion/cli) for more information. ## Rust @@ -18,6 +20,6 @@ We recommend starting with the [The Rust Programming Language](https://doc.rust- 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. -For more information, please see the official scopion package. +For more information, please see the official [crates.io scopion package](https://crates.io/crates/scorpion). -[https://crates.io/crates/scorpion](https://crates.io/crates/scorpion). +[link1]: https://github.com/scorpion \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..3e2c239 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,3 @@ +# Documentation + +Coming soon.