diff options
| author | sandbank52641 <153552626+sandbank52641@users.noreply.github.com> | 2024-07-17 12:14:58 +0200 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-20 12:01:32 -0400 |
| commit | 9e3b89ac26425a67a317d6fe71fcfa2c2d8e0424 (patch) | |
| tree | 415167d28a51ba4cbe818c4178e00ef985877743 /static/build.html | |
| parent | 89580664f6775cde1e81b6445c710a458e285b47 (diff) | |
add note about yarn on Debian
Diffstat (limited to 'static/build.html')
| -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 |
