diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 08:08:54 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 08:08:54 (EDT) |
commit | 1d21ed807727332dee803db5aec0ba087621b651 (patch) | |
tree | edfee76711e11f459c260e711c7a38bc824b6210 /docs | |
parent | e8be9265d623181893c1e81d41b39b3f0b185c4b (diff) | |
download | libreboot-1d21ed807727332dee803db5aec0ba087621b651.zip libreboot-1d21ed807727332dee803db5aec0ba087621b651.tar.gz libreboot-1d21ed807727332dee803db5aec0ba087621b651.tar.bz2 |
docs/maintain/index.html(coreboot): Tell user to delete coreboot/
Diffstat (limited to 'docs')
-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 10c0652..fb47bcd 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> |