mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
README: update clients' urls (#5661)
This commit is contained in:
parent
44b87621fb
commit
85cb920328
1 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ both for the command line and for other platforms:
|
||||||
- [tldr-flutter](https://github.com/Techno-Disaster/tldr-flutter), available on
|
- [tldr-flutter](https://github.com/Techno-Disaster/tldr-flutter), available on
|
||||||
[Google Play](https://play.google.com/store/apps/details?id=wtf.technodisaster.tldr) or [F-Droid](https://f-droid.org/packages/wtf.technodisaster.tldr/)
|
[Google Play](https://play.google.com/store/apps/details?id=wtf.technodisaster.tldr) or [F-Droid](https://f-droid.org/packages/wtf.technodisaster.tldr/)
|
||||||
- Bash clients:
|
- Bash clients:
|
||||||
- [tldr](https://github.com/raylee/tldr)
|
- [tldr-sh-client](https://github.com/raylee/tldr-sh-client)
|
||||||
- [tldr-bash-client](https://gitlab.com/pepa65/tldr-bash-client)
|
- [tldr-bash-client](https://gitlab.com/pepa65/tldr-bash-client)
|
||||||
- [C# client](https://github.com/principis/tldr-sharp)
|
- [C# client](https://github.com/principis/tldr-sharp)
|
||||||
- [C client](https://github.com/tldr-pages/tldr-c-client):
|
- [C client](https://github.com/tldr-pages/tldr-c-client):
|
||||||
|
@ -91,7 +91,7 @@ both for the command line and for other platforms:
|
||||||
- Docker images:
|
- Docker images:
|
||||||
- [tldr-docker](https://github.com/nutellinoit/tldr-docker) - Run the `tldr` command via a docker container: `alias tldr='docker run --rm -it -v ~/.tldr/:/root/.tldr/ nutellinoit/tldr'`
|
- [tldr-docker](https://github.com/nutellinoit/tldr-docker) - Run the `tldr` command via a docker container: `alias tldr='docker run --rm -it -v ~/.tldr/:/root/.tldr/ nutellinoit/tldr'`
|
||||||
- Elixir clients:
|
- Elixir clients:
|
||||||
- [ExTldr](https://github.com/ivanhercaz/extldr).
|
- [ExTldr](https://github.com/tldr-pages/extldr).
|
||||||
- [TLDR Elixir Client](https://github.com/edgurgel/tldr_elixir_client)
|
- [TLDR Elixir Client](https://github.com/edgurgel/tldr_elixir_client)
|
||||||
(binaries not yet available)
|
(binaries not yet available)
|
||||||
- [Emacs client](https://github.com/kuanyui/tldr.el), available on
|
- [Emacs client](https://github.com/kuanyui/tldr.el), available on
|
||||||
|
@ -100,7 +100,7 @@ both for the command line and for other platforms:
|
||||||
- [github.com/pranavraja/tldr](https://github.com/pranavraja/tldr):
|
- [github.com/pranavraja/tldr](https://github.com/pranavraja/tldr):
|
||||||
`go get github.com/pranavraja/tldr`
|
`go get github.com/pranavraja/tldr`
|
||||||
(or [platform binaries](https://github.com/pranavraja/tldr/releases))
|
(or [platform binaries](https://github.com/pranavraja/tldr/releases))
|
||||||
- [4d63.com/tldr](https://4d63.com/tldr):
|
- [https://github.com/leighmcculloch/tldr](https://github.com/leighmcculloch/tldr):
|
||||||
`go get 4d63.com/tldr` or `brew install 4d63/tldr/tldr`
|
`go get 4d63.com/tldr` or `brew install 4d63/tldr/tldr`
|
||||||
(or [platform binaries](https://github.com/leighmcculloch/tldr/releases))
|
(or [platform binaries](https://github.com/leighmcculloch/tldr/releases))
|
||||||
- [github.com/elecprog/tldr](https://github.com/elecprog/tldr):
|
- [github.com/elecprog/tldr](https://github.com/elecprog/tldr):
|
||||||
|
@ -124,7 +124,7 @@ both for the command line and for other platforms:
|
||||||
- [Node.js client](https://github.com/tldr-pages/tldr-node-client):
|
- [Node.js client](https://github.com/tldr-pages/tldr-node-client):
|
||||||
`npm install -g tldr`
|
`npm install -g tldr`
|
||||||
- [OCaml client](https://github.com/RosalesJ/tldr-ocaml): `opam install tldr`
|
- [OCaml client](https://github.com/RosalesJ/tldr-ocaml): `opam install tldr`
|
||||||
- [Perl5 client](https://github.com/shoichikaji/perl-tldr):
|
- [Perl5 client](https://github.com/skaji/perl-tldr):
|
||||||
`cpanm App::tldr`
|
`cpanm App::tldr`
|
||||||
- [PHP client](https://github.com/BrainMaestro/tldr-php):
|
- [PHP client](https://github.com/BrainMaestro/tldr-php):
|
||||||
`composer global require brainmaestro/tldr`
|
`composer global require brainmaestro/tldr`
|
||||||
|
|
Loading…
Add table
Reference in a new issue