From 981c0e1ae864d4ad64ad834382f9e20849fd858d Mon Sep 17 00:00:00 2001 From: jahway603 Date: Mon, 21 Nov 2022 00:38:00 -0500 Subject: [PATCH] added option to build from Makefile --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 235554e..5fc1502 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ cargo build --release ./target/release/silentdragonlite-cli ``` +#### Or build with make + +Alternatively, you can use the new makefile to build + +```shell script +make help +make build +``` + ## Options Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run `silentdragonlite-cli --help` for the full list.