Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 62c0f52

Browse files
Update package and binary name for crates.io installation (#15)
* renamed package to wash-cli because of bot farm on crates.io * bumped cargo version, edit README
1 parent f815790 commit 62c0f52

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Cargo.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "wash"
3-
version = "0.1.5"
2+
name = "wash-cli"
3+
version = "0.1.6"
44
authors = ["Brooks Townsend <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/wascc/wash"
@@ -25,3 +25,9 @@ latticeclient = "0.4.0"
2525
wascap = "0.5.1"
2626
term-table = "1.3.0"
2727
provider-archive = "0.3.0"
28+
29+
[[bin]]
30+
name = "wash"
31+
path = "src/main.rs"
32+
test = true
33+
bench = true

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# wash
22
waSCC Shell - A single CLI to handle all of your waSCC tooling needs
33

4+
## Installing wash
5+
```
6+
cargo install wash-cli
7+
```
8+
49
## Using wash
510
```
611
wash <subcommand> [args]
@@ -179,4 +184,4 @@ FLAGS:
179184
180185
SUBCOMMANDS:
181186
help Prints this message or the help of the given subcommand(s)
182-
```
187+
```

0 commit comments

Comments
 (0)