doc: more compact yarn

This commit is contained in:
anonymous 2022-08-26 19:04:44 +03:00 committed by Daniel Micay
parent 8ae03ca9e2
commit 284d17913c

View File

@ -484,7 +484,7 @@ repo sync -j16</pre>
<p>The below commands need to only be run once to initially create a working environment.</p>
<pre>cd vendor/adevtool/ &amp;&amp; yarn install &amp;&amp; cd ../..
<pre>yarn install --cwd vendor/adevtool/
source script/envsetup.sh
m aapt2</pre>