Skip to content

Commit

Permalink
Merge pull request #3 from scorpion/develop
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
brettwilcox authored Sep 15, 2020
2 parents 15017c7 + 585fbde commit 288a212
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scorpion"
version = "0.1.1"
version = "0.1.2"
authors = ["Brett Wilcox <[email protected]>"]
edition = "2018"
description = "Command Line Interface for the scorpion.io project."
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# scorpion cli
<p align="center"><img alt="Meta Logo" src="https://raw.githubusercontent.com/brettwilcox/brettwilcox/master/docs/images/scorpion.png" /></p>

![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

Expand All @@ -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
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation

Coming soon.

0 comments on commit 288a212

Please sign in to comment.