From d422480e9c35e7d535f181120dcaa871a996553f Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Mon, 14 Jun 2021 10:25:37 +0430 Subject: [PATCH] anbox: Add installation guide to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c08ca7b..1782bf3 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,11 @@ lunch lineage_anbox_arm64-userdebug make systemimage -j$(nproc --all) make vendorimage -j$(nproc --all) ``` + +How to install +--------------- +Execute command blew: +``` +wget -O - https://github.com/Anbox-halium/anbox-halium/raw/lineage-17.1/scripts/install.sh | bash +``` +Note: Run installer on the user you are willing to install anbox on -- 2.47.3