mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
chore: move bropages to bottom (#8108)
This commit is contained in:
parent
96b5eed73b
commit
aa1f67d823
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -40,10 +40,10 @@ It certainly doesn't help that the first option explained in `man tar` is:
|
||||||
There seems to be room for simpler help pages, focused on practical examples.
|
There seems to be room for simpler help pages, focused on practical examples.
|
||||||
How about:
|
How about:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This repository is just that: an ever-growing collection of examples
|
This repository is just that: an ever-growing collection of examples
|
||||||
for the most common UNIX, Linux, macOS, SunOS and Windows command-line tools.
|
for the most common UNIX, Linux, macOS, SunOS, and Windows command-line tools.
|
||||||
|
|
||||||
## How do I use it?
|
## How do I use it?
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ For a comprehensive list of clients, head over to our [Wiki](https://github.com/
|
||||||
|
|
||||||
## How do I contribute?
|
## How do I contribute?
|
||||||
|
|
||||||
- Your favourite command isn't covered?
|
- Your favorite command isn't covered?
|
||||||
- You can think of more examples for an existing command?
|
- You can think of more examples for an existing command?
|
||||||
|
|
||||||
All `tldr` pages are kept as Markdown files right here in this repository,
|
All `tldr` pages are kept as Markdown files right here in this repository,
|
||||||
|
@ -84,12 +84,6 @@ to see the current progress of all translations.
|
||||||
|
|
||||||
## Similar projects
|
## Similar projects
|
||||||
|
|
||||||
- [Bro pages (deprecated)](http://bropages.org)
|
|
||||||
are a highly readable supplement to man pages.
|
|
||||||
Bro pages show concise, common-case examples for Unix commands.
|
|
||||||
The examples are submitted by the user base, and can be voted up or down;
|
|
||||||
the best entries are what people see first when they look up a command.
|
|
||||||
|
|
||||||
- [Cheat](https://github.com/cheat/cheat)
|
- [Cheat](https://github.com/cheat/cheat)
|
||||||
allows you to create and view interactive cheatsheets on the command-line.
|
allows you to create and view interactive cheatsheets on the command-line.
|
||||||
It was designed to help remind *nix system administrators of options
|
It was designed to help remind *nix system administrators of options
|
||||||
|
@ -117,6 +111,12 @@ to see the current progress of all translations.
|
||||||
is an interactive cheatsheet tool, which allows you to browse through
|
is an interactive cheatsheet tool, which allows you to browse through
|
||||||
specific examples or complete commands on the fly.
|
specific examples or complete commands on the fly.
|
||||||
|
|
||||||
|
- [bropages (deprecated)](http://bropages.org)
|
||||||
|
are a highly readable supplement to man pages.
|
||||||
|
It shows concise, common-case examples for Unix commands.
|
||||||
|
The examples are submitted by the user base, and can be voted up or down;
|
||||||
|
the best entries are what people see first when they look up a command.
|
||||||
|
|
||||||
## What does "tldr" mean?
|
## What does "tldr" mean?
|
||||||
|
|
||||||
TL;DR stands for "Too Long; Didn't Read".
|
TL;DR stands for "Too Long; Didn't Read".
|
||||||
|
|
Loading…
Add table
Reference in a new issue