From 831d825eaefa63dbc67b388ab1c085156b255ca1 Mon Sep 17 00:00:00 2001 From: Leonard Lesinski <84378319+Le0X8@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:00:38 +0100 Subject: [PATCH] chore: Added installation instructions to README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 +```