tldr-pages / tldr-c-client

C command-line client for tldr pages 📚
MIT License
299 stars 50 forks source link

Error on Mac 11.6 with brew install tldr #82

Closed ghost closed 2 years ago

ghost commented 2 years ago

when i type tldr it appears

Error: Downloading File: https://github.com/tldr-pages/tldr/archive/main.zip
This page doesn't exist yet!
Submit new pages here: https://github.com/tldr-pages/tldr
blueskyson commented 2 years ago

You may installed an old version of c client. Try ln -s ~/.tldrc/tldr-main ~/.tldrc/tldr to solve this problem. Or you can follow the guide form tldr-c-client to reinstall the latest version.

sbrl commented 2 years ago

Looks like the C client on Homebrew is outdated. I can't remember how the process to update that works though.

I'm transferring this issue to the repository for the C client.

MasterOdin commented 2 years ago

We're released a new version (1.4.3) on GH and on homebrew. Updating to it should resolve your problem.