Update README.md

This commit is contained in:
Scott Edwards 2017-06-03 22:43:32 -07:00 committed by GitHub
commit c41e670cf4

View file

@ -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