From 8ba23f05a4883b995d27c2adc822d9e41482b95e Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 29 Mar 2021 12:23:44 -0600 Subject: [PATCH] Added Instructions to appmgr README --- appmgr/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appmgr/README.md b/appmgr/README.md index b61d2845c..8c56f5d13 100644 --- a/appmgr/README.md +++ b/appmgr/README.md @@ -1,5 +1,13 @@ # appmgr +# Instructions + +Add dependencies +```cargo install toml-cli``` + +Install the portable version of appmgr +```$ cargo install --path=. --features=portable``` + ## Exit Codes 1. General Error 2. File System IO Error