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