diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-04 13:55:16 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-04 13:55:16 +0000 |
commit | 0e4a66a55f895e7213816ad949d89af7cf73328c (patch) | |
tree | 731223c397554943b55beb11d7073125c9ec72e9 | |
parent | 739b8c8d6a04a7ebdbb3ed1b9c371d1b5dbba9a3 (diff) | |
download | librebootfr-0e4a66a55f895e7213816ad949d89af7cf73328c.tar.gz librebootfr-0e4a66a55f895e7213816ad949d89af7cf73328c.zip |
docs: index.html#build Link to index.html#build_meta
For those users who downloaded libreboot from the git repository.
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 98ed63f4..e5fe5df0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -572,6 +572,9 @@ <p> First, <a href="#build_dependencies">install the build dependencies</a>. </p> + <p> + If you downloaded libreboot from git, refer to <a href="#build_meta">#build_meta</a>. + </p> <p>If running for the first time, run this:<br/> <b>$ ./buildall</b> (also performs the "./build" step below)<br/> |