mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
README.md: rework clients section a bit
This commit is contained in:
parent
e1c9b08f4a
commit
88e15c9cc0
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -41,13 +41,14 @@ for the most common UNIX / Linux / OSX / SunOS commands.
|
|||
You can access these pages on your computer using one of the following clients:
|
||||
|
||||
- [Node.js client](https://github.com/tldr-pages/tldr-node-client) : `npm install -g tldr`
|
||||
- [Python client](https://github.com/tldr-pages/tldr-python-client) : `pip install tldr`
|
||||
- [Python client](https://github.com/lord63/tldr.py): `pip install tldr.py`
|
||||
- Python clients:
|
||||
- [tldr-python-client](https://github.com/tldr-pages/tldr-python-client) : `pip install tldr`
|
||||
- [tldr.py](https://github.com/lord63/tldr.py): `pip install tldr.py`
|
||||
- [Go client](https://github.com/pranavraja/tldr): `go get github.com/pranavraja/tldr`
|
||||
or [platform binaries](https://github.com/pranavraja/tldr/releases)
|
||||
- [Elixir client](https://github.com/tldr-pages/tldr_elixir_client): binaries available soon
|
||||
(or [platform binaries](https://github.com/pranavraja/tldr/releases))
|
||||
- [Elixir client](https://github.com/tldr-pages/tldr_elixir_client) (binaries not yet available)
|
||||
- [C++ client](https://github.com/tldr-pages/tldr-cpp-client): `brew tap tldr-pages/tldr && brew install tldr`
|
||||
- Android client:
|
||||
- Android clients:
|
||||
- [tldr-viewer](https://github.com/gianasista/tldr-viewer), available on
|
||||
[Google Play](https://play.google.com/store/apps/details?id=de.gianasista.tldr_viewer)
|
||||
- [tldroid](https://github.com/hidroh/tldroid), available on
|
||||
|
@ -55,8 +56,7 @@ You can access these pages on your computer using one of the following clients:
|
|||
- [Ruby client](https://github.com/YellowApple/tldrb): `gem install tldrb`
|
||||
- [R client](https://github.com/kirillseva/tldrrr): `devtools::install_github('kirillseva/tldrrr')`
|
||||
- [Dart client](https://github.com/hterkelsen/tldr): `pub global activate tldr`
|
||||
- [Web client](https://github.com/ostera/tldr.jsx): try tldr on your browser
|
||||
[here](https://ostera.github.io/tldr.jsx)!
|
||||
- [Web client](https://github.com/ostera/tldr.jsx): https://ostera.github.io/tldr.jsx
|
||||
|
||||
Let us know if you are building one and we can add it to this list!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue