diff --git a/jiragen-cli/Cargo.toml b/jiragen-cli/Cargo.toml index 6cfe2e4..86b799d 100644 --- a/jiragen-cli/Cargo.toml +++ b/jiragen-cli/Cargo.toml @@ -19,5 +19,6 @@ jiragen = "^0.9" serde_json = "^1.0" [[bin]] -name = "jiragen-cli" +name = "jiragen" path = "src/main.rs" +doc = false diff --git a/jiragen-cli/src/main.rs b/jiragen-cli/src/main.rs index 64c53a6..f2b64c5 100644 --- a/jiragen-cli/src/main.rs +++ b/jiragen-cli/src/main.rs @@ -2,7 +2,7 @@ //! //! ## Installation //! -//! Download the binary (located in the releases section of the GitHub repo) and run it on the command line. +//! Download the binary (located in the releases section of the GitHub repo) and run it on the command line. Alternatively if you already have Rust installed, you can run `cargo install jiragen-cli`. //! //! ## Usage //! diff --git a/jiragen-lib/README.md b/jiragen-lib/README.md index 0af70fd..1c12e5b 100644 --- a/jiragen-lib/README.md +++ b/jiragen-lib/README.md @@ -2,4 +2,4 @@ A Rust library for sending requests to JIRA. It includes functionality for sending bulk issue creation from a .csv file. -See Library Documentation +[See Library Documentation](https://docs.rs/jiragen)