Build description fix for brunch
Change-Id: I1bcf35a0d59671841d1bd00a8f184712e56c405d
diff --git a/docs/BlissRoms/build-guide.md b/docs/BlissRoms/build-guide.md
index cc8e697..ecfee78 100644
--- a/docs/BlissRoms/build-guide.md
+++ b/docs/BlissRoms/build-guide.md
@@ -144,7 +144,7 @@
`make blissify`
-And the build should start.
+And the build should start. The build process will take a long time. Prepare to wait a few hours, even on a decent machine.
#### I get an error about no `blissify` targets to build against, what's wrong?
@@ -157,15 +157,10 @@
But what is `brunch`? It is a compact form of these commands:
breakfast bullhead
- mka bacon
+ lunch bliss_bullhead-userdebug
+ make blissify
-`brunch` will automatically pull the device trees again or check if it’s there already by running `breakfast`. Then it’ll call upon the build system to build a full `.zip` for your device.
-
-Therefore, if you have already run `breakfast`, you can just run:
-
- mka bacon
-
-The build process will take a long time. Prepare to wait a few hours, even on a decent machine.
+Sounds great, right? Once you have run the command, jump over to the next section.