We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2c5406 + 4e2e125 commit 8e7449fCopy full SHA for 8e7449f
README.md
@@ -85,7 +85,7 @@ export TLDR_LANGUAGE="es"
85
export TLDR_CACHE_ENABLED=1
86
export TLDR_CACHE_MAX_AGE=720
87
export TLDR_PAGES_SOURCE_LOCATION="https://raw.githubusercontent.com/tldr-pages/tldr/main/pages"
88
-export TLDR_DOWNLOAD_CACHE_LOCATION="https://tldr-pages.github.io/assets/tldr.zip"
+export TLDR_DOWNLOAD_CACHE_LOCATION="https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip"
89
export TLDR_OPTIONS=short
90
```
91
0 commit comments