From c41e670cf4850d7d11462ec50ce811cb372af673 Mon Sep 17 00:00:00 2001 From: Scott Edwards Date: Sat, 3 Jun 2017 22:43:32 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a67ed..1ff7591 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 From 9e9cd17b07241ddbeca171576822782d41074e87 Mon Sep 17 00:00:00 2001 From: Scott Edwards Date: Sat, 3 Jun 2017 22:44:21 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ff7591..4d28005 100644 --- a/README.md +++ b/README.md @@ -173,11 +173,11 @@ 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 From 8592af5189e90ddc71fd305dc25de94097db68ea Mon Sep 17 00:00:00 2001 From: Scott Edwards Date: Fri, 9 Jun 2017 13:58:01 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eeeb5d9..b769b22 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,6 @@ 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. -``` -$ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity' -``` - ## Documentation You will find additional documentation for Anbox in the *docs* subdirectory