From 3126d6138eae107e512b4c82ccc58dc564b07966 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Wed, 5 May 2021 10:01:31 -0600 Subject: [PATCH] Update README.md (#318) --- appmgr/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appmgr/README.md b/appmgr/README.md index 0f654d4ac..2f081b159 100644 --- a/appmgr/README.md +++ b/appmgr/README.md @@ -2,6 +2,12 @@ # Instructions +Clone the repo and enter the appmgr directory + +`git clone https://github.com/Start9Labs/embassy-os.git` + +`cd embassy-os/appmgr` + Install the portable version of appmgr `cargo install --path=. --features=portable --no-default-features`