Update README.md
This commit is contained in:
parent
c145747d3f
commit
c41e670cf4
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue