From da6e5846d1ec73eeea0b1122953fb7e6b0eaa8e1 Mon Sep 17 00:00:00 2001 From: Mihnea Dobrescu-Balaur Date: Thu, 23 Aug 2012 12:29:53 -0700 Subject: [PATCH] update readme for starting on boot --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 765a3e6..1777425 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Just *./run.sh*. # Including this in B2G -Just clone this repo inside $B2G/system/. Build and flash B2G as usual +Just clone this repo inside *$B2G_REPO/system/*. Build and flash B2G as usual and then you will be able to run the agent using `sutagent`. It will be in the $PATH. + +# Start the agent on boot + +Add a `sutagent &` line after the exports in +*$B2G_REPO/gonk-misc/b2g.sh*.