diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 13:08:54 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 13:08:54 +0100 |
commit | 1d21ed807727332dee803db5aec0ba087621b651 (patch) | |
tree | edfee76711e11f459c260e711c7a38bc824b6210 /docs/maintain | |
parent | e8be9265d623181893c1e81d41b39b3f0b185c4b (diff) | |
download | librebootfr-1d21ed807727332dee803db5aec0ba087621b651.tar.gz librebootfr-1d21ed807727332dee803db5aec0ba087621b651.zip |
docs/maintain/index.html(coreboot): Tell user to delete coreboot/
Diffstat (limited to 'docs/maintain')
-rw-r--r-- | docs/maintain/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 10c06523..fb47bcd9 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -67,6 +67,12 @@ </ul> <p> + If you already had a coreboot/ directory in your libreboot + tree, delete it:<br/> + $ <b>rm -rf coreboot/</b> + </p> + + <p> Firstly, download coreboot. Do <b>not</b> use <b>./download coreboot</b> for this, just clone coreboot, as it does in that script, like so:<br/> $ <b>git clone http://review.coreboot.org/coreboot</b> |