@@ -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
|
||||
|
Reference in New Issue
Block a user