From c41e670cf4850d7d11462ec50ce811cb372af673 Mon Sep 17 00:00:00 2001 From: Scott Edwards Date: Sat, 3 Jun 2017 22:43:32 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a67ed0..1ff7591e 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ $ make A simple ``` -$ make install +$ sudo make install ``` will install the necessary bits into your system. @@ -172,6 +172,13 @@ Running Anbox from a local build requires a few more things you need to know about. Please have a look at the ["Runtime Setup"](docs/runtime-setup.md) documentation. +An alias will save typing later. +... +$ alias android='anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity' +$ alias android >> ~/.bashrc +$ android +... + ## documentation You will find additional documentation for Anbox in the *docs* subdirectory -- GitLab