From ad47107deaeaaf5b1ade6d063e2e5f962d692b64 Mon Sep 17 00:00:00 2001 From: Ryan Li Date: Sat, 17 Jul 2021 17:01:34 +0800 Subject: [PATCH 1/3] feat: more badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8caebff..7938646 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Percent-Encoding Command +[![Crates.io](https://img.shields.io/crates/v/percent-encoding-command)](https://crates.io/crates/percent-encoding-command) +[![MIT License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-MIT) [![CI](https://github.com/jtr109/percent-encoding-command/workflows/CI/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ACI) [![Release](https://github.com/jtr109/percent-encoding-command/workflows/Release/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ARelease) -[![MIT License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-MIT) [![Apache 2.0 License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-APACHE) [![codecov](https://codecov.io/gh/jtr109/percent-encoding-command/branch/master/graph/badge.svg?token=TWDD8V3LJG)](https://codecov.io/gh/jtr109/percent-encoding-command) From bd95c4546cf46650919522f9fb2e6d5cb281e9f5 Mon Sep 17 00:00:00 2001 From: Ryan Li Date: Sat, 17 Jul 2021 17:02:05 +0800 Subject: [PATCH 2/3] fix: cargo install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7938646..4c5e969 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A command for percent-encoding conversion. ### Build from source code ```bash -cargo install +cargo install --path . ``` ### Download a Binary Distribution From d54f25e9515134c1deb8220c0da3337d6015e9ab Mon Sep 17 00:00:00 2001 From: Ryan Li Date: Sat, 17 Jul 2021 17:03:51 +0800 Subject: [PATCH 3/3] feat: remove a duplicated LICENSE badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5e969..bd8353e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Percent-Encoding Command [![Crates.io](https://img.shields.io/crates/v/percent-encoding-command)](https://crates.io/crates/percent-encoding-command) -[![MIT License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-MIT) +[![License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command) [![CI](https://github.com/jtr109/percent-encoding-command/workflows/CI/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ACI) [![Release](https://github.com/jtr109/percent-encoding-command/workflows/Release/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ARelease) -[![Apache 2.0 License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-APACHE) [![codecov](https://codecov.io/gh/jtr109/percent-encoding-command/branch/master/graph/badge.svg?token=TWDD8V3LJG)](https://codecov.io/gh/jtr109/percent-encoding-command) A command for percent-encoding conversion.