Skip to content

Commit

Permalink
docs: don't download the tldr archive
Browse files Browse the repository at this point in the history
The ureq dependency is causing compilation errors on various platforms (see #3184, #3216, #3375). Hence we remove that dependency and do not automatically download the archive anymore. Instead, we ask the user to download it separately when the archive is not found.
  • Loading branch information
tertsdiepraam committed Apr 17, 2022
1 parent 34a1b23 commit 216218f
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 296 deletions.
252 changes: 0 additions & 252 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ lazy_static = { version="1.3" }
textwrap = { version="0.15", features=["terminal_size"] }
uucore = { version=">=0.0.11", package="uucore", path="src/uucore" }
selinux = { version="0.2", optional = true }
ureq = "2.4.0"
zip = { version = "0.6.0", default_features=false, features=["deflate"] }
# * uutils
uu_test = { optional=true, version="0.0.13", package="uu_test", path="src/uu/test" }
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
book
src/utils
src/SUMMARY.md
tldr.zip
Loading

0 comments on commit 216218f

Please sign in to comment.