From d4c41e55ef9706e50217cf47bd4edbee4e6ecdce Mon Sep 17 00:00:00 2001
From: AsPulse <84216737+AsPulse@users.noreply.github.com>
Date: Fri, 25 Aug 2023 15:55:46 +0900
Subject: [PATCH] [chore] release (#6)
* Add further info to Cargo.toml
* Add description
* Add README.md to installation
---
Cargo.toml | 8 ++++++++
README.md | 9 +++++++++
2 files changed, 17 insertions(+)
diff --git a/Cargo.toml b/Cargo.toml
index f714136..42bc731 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,15 @@
[package]
name = "wsl-dirutils"
version = "0.1.0"
+description = "The cli tool that wraps directory/path-related commands in wslpath."
edition = "2021"
+license = "MIT"
+readme = "README.md"
+homepage = "https://github.com/AsPulse/wsl-dirutils"
+repository = "https://github.com/AsPulse/wsl-dirutils"
+keywords = ["cli", "Japan", "Rust", "wsl"]
+categories = ["command-line-utilities"]
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
index 03ec6b1..04c6246 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,15 @@ The tool that wraps directory/path-related commands in wslpath.
+## Installation
+```
+cargo install wsl-dirutils
+```
+This tool is intended to be used from shell functions and shell aliases;
+see Example Config and How to use...
+
+
+
## Example Config
After installing wsl-dirutils, append the below code to your `.zshrc`.