From 1f5ad2a216ead1a4e17e436f3419faa8dda29322 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 23 Sep 2024 22:25:39 +0200 Subject: [PATCH] chore: add publish --- README.md | 8 ++++++++ crates/gitnow/Cargo.toml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index ea2e913..f417331 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Git Now is a utility for easily navigating git projects from common upstream pro ![example gif](./assets/gifs/example.gif) +## Installation + +```bash +cargo (b)install gitnow +``` + +## Reasoning + How many steps do you normally do to download a project? 1. Navigate to github.com diff --git a/crates/gitnow/Cargo.toml b/crates/gitnow/Cargo.toml index 5b46505..4ac6b02 100644 --- a/crates/gitnow/Cargo.toml +++ b/crates/gitnow/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "gitnow" +description = "Git Now is a utility for easily navigating git projects from common upstream providers. Search, Download, and Enter projects as quickly as you can type." edition = "2021" +readme = "../../README.md" +repository = "https://github.com/kjuulh/gitnow" +homepage = "https://gitnow-client.prod.kjuulh.app" version.workspace = true +publish = true + [dependencies] anyhow.workspace = true