diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 03:34:31 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 05:10:24 (EST) |
commit | 50c4ca21103d6afcefda81833852c8f274398e20 (patch) | |
tree | ec043689b4ca8e0c6530383283d23c53180c5aa7 /docs/git | |
parent | c742ec0ecb2f2c5b7cc4f6e67d66792695822a0c (diff) | |
download | libreboot-50c4ca21103d6afcefda81833852c8f274398e20.zip libreboot-50c4ca21103d6afcefda81833852c8f274398e20.tar.gz libreboot-50c4ca21103d6afcefda81833852c8f274398e20.tar.bz2 |
Move the "get" scripts to resources/scripts/helpers/fetch/
Replace "getall" with "download", which takes as input an argument
specifying which programme the user wants to download.
Diffstat (limited to 'docs/git')
-rw-r--r-- | docs/git/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index df2b0fc..e6682d1 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -104,8 +104,8 @@ </p> <p> - After that, run the get script:<br/> - <b>$ ./getall</b> + After that, run the script:<br/> + <b>$ ./download everything</b> </p> <p> |