diff --git a/README.md b/README.md index e1b9f13..0d7fbec 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# Acr \ No newline at end of file +# `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 +```