mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #9584 from dgilman/main
use github URLs for fetching tldr.zip
This commit is contained in:
+3
-1
@@ -140,7 +140,9 @@ fn print_tldr_error() {
|
||||
"To include examples in the documentation, download the tldr archive and put it in the docs/ folder."
|
||||
);
|
||||
eprintln!();
|
||||
eprintln!(" curl https://tldr.sh/assets/tldr.zip -o docs/tldr.zip");
|
||||
eprintln!(
|
||||
" curl -L https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip -o docs/tldr.zip"
|
||||
);
|
||||
eprintln!();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user