From 40d42d625f63c729e183e2e1f54efca2dc59c531 Mon Sep 17 00:00:00 2001 From: Sander Koenders Date: Sun, 25 Jun 2017 21:25:18 +0200 Subject: [PATCH] Feat(README.md): Include ws flag in documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b391c6e..b74217a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The `run.sh` script accepts the following switches: * -u|--enable-usb - runs the container in privileged mode (this way you can use adb right from the container) * -r|--rebuild - force rebuild the image from scratch +* -ws|--with-su - Sets the WITH_SU environment variable to true (your builds will include the su binary) The container uses "screen" to run the shell. This means that you will be able to open additional shells using [screen keyboard shortcuts][Screen_Shortcuts].