diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 08:34:31 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 10:10:24 +0000 |
commit | 50c4ca21103d6afcefda81833852c8f274398e20 (patch) | |
tree | ec043689b4ca8e0c6530383283d23c53180c5aa7 /docs/git | |
parent | c742ec0ecb2f2c5b7cc4f6e67d66792695822a0c (diff) | |
download | librebootfr-50c4ca21103d6afcefda81833852c8f274398e20.tar.gz librebootfr-50c4ca21103d6afcefda81833852c8f274398e20.zip |
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 df2b0fcb..e6682d1e 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> |