From 6ad7a4705ef60d13a6b62e8fd9e5eebec527fb03 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 26 Jul 2025 14:40:46 +0200 Subject: [PATCH] docs: add install from crates.io --- Cargo.lock | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b85be9a..0c55f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "noil" -version = "0.1.0" +version = "0.0.1" dependencies = [ "ansi_term", "anyhow", diff --git a/README.md b/README.md index 5fb0f1b..535bb9b 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,13 @@ noil gives you full control over file operations in a composable and editor-frie ## 📦 Installation +**Build from crates**: + +```bash +cargo install noil +``` + + **Build from source**: ```bash