diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 954bb708..1389db02 100644 --- a/static/build.html +++ b/static/build.html @@ -394,7 +394,9 @@ cd ../..</pre> that the official builds match the sources, since it has signature verification (which is an important part of the verified boot and attestation security model).</p> - <p>The below commands need to only be run once to initially create a working environment.</p> + <p>The below commands need to only be run once to initially create a working + environment. (Note: On Debian, <code>yarn</code> is reserved for a binary in + <code>cmdtest</code>; use <code>yarnpkg</code> instead.)</p> <pre>yarn install --cwd vendor/adevtool/ source build/envsetup.sh |
