chore: full rename
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-12 21:42:13 +02:00
parent 2cd9509fcb
commit 26ef1cb0cd
7 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
Cuddle CLI is a Rust command-line interface application designed to manage
configuration variables and scripts across projects. It simplifies sharing of
code and workflows, making development and collaboration smoother and more
efficient. This project is published on crates.io as `cuddle_cli`.
efficient. This project is published on crates.io as `cuddle`.
## Table of Contents
@@ -22,7 +22,7 @@ Make sure you have Rust and Cargo installed. You can install Rust and Cargo from
To install Cuddle CLI, run:
```sh
cargo install cuddle_cli
cargo install cuddle
```
## Usage