Skip to content

Commit

Permalink
chore: Added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0X8 committed Nov 23, 2024
1 parent 30a4038 commit 831d825
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Acr
# `acr`

Acridotheres CLI

---

## Installation

### From Source

```bash
git clone https://github.com/acridotheres/cli.git acr
cd acr
cargo build --release
sudo cp target/release/acridotheres_cli /usr/local/bin/acr
```

0 comments on commit 831d825

Please sign in to comment.