-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README: add table of contents, installation methods, and troubleshooting & FAQ sections #15770
base: main
Are you sure you want to change the base?
Conversation
…FAQ section to ReadMe file.
|
### **Q: I installed `tldr`, but the command is not recognized. What should I do?** | ||
|
||
### **Q: How do I update my tldr pages?** | ||
|
||
### **Q: Can I use tldr offline?** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please answer the questions as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution and efforts. However, I would be against adding a TOC and the Installation methods
sections for the reasons explained below. Making the Q&A section more exhaustive is certainly a good idea.
## Installation Methods | ||
| Client | Installation Command | Package Manager | | ||
|--------|----------------------|----------------| | ||
| **Node.js Client** | `npm install -g tldr` | npm | | ||
| **Python Client** | `pip3 install tldr` | pip | | ||
| **Rust Client** | `brew install tlrc` | Homebrew | | ||
|
||
For alternative installation methods, check out our [Wiki](https://github.com/tldr-pages/tldr/wiki/Clients). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is basically the same as the previous one. Why should this be added in your opinion?
## Table of Contents | ||
|
||
- [What is tldr-pages?](#what-is-tldr-pages) | ||
- [How do I use it?](#how-do-i-use-it) | ||
- [Installation Methods](#installation-methods) | ||
- [How do I contribute to tldr-pages?](#how-do-i-contribute-to-tldr-pages) | ||
- [Similar projects](#similar-projects) | ||
- [Troubleshooting & FAQ](#troubleshooting--faq) | ||
- [What does "tldr" mean?](#what-does-tldr-mean) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary:
This PR enhances the
README.md
file by improving its structure and clarity. The key updates include:Changes:
Node.js
,Python
, andRust
installation methods.tldr
command not found.tldr
pages.tldr
offline.Why this change?