mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Add Travis badge, minor fixes
This commit is contained in:
parent
feee1e2d0c
commit
4f1e98dde2
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
@ -1,4 +1,15 @@
|
|||
# TLDR [](https://gitter.im/tldr-pages/tldr)
|
||||
# tldr
|
||||
|
||||
[![Build Status][travis-image]][travis-url]
|
||||
[![Gitter chat][gitter-image]][gitter-url]
|
||||
[travis-url]: https://travis-ci.org/tldr-pages/tldr
|
||||
[travis-image]: https://img.shields.io/travis/tldr-pages/tldr.svg
|
||||
[gitter-url]: https://gitter.im/tldr-pages/tldr
|
||||
[gitter-image]: https://img.shields.io/gitter/room/tldr-pages/tldr.svg
|
||||
|
||||
*tldr* is a collection of simplified and community-driven man pages.
|
||||
|
||||
## Why is tldr?
|
||||
|
||||
New to the command-line world? Or just a little rusty?
|
||||
Or, like me, you can't always remember the arguments to `lsof` or `tar`?
|
||||
|
@ -14,7 +25,7 @@ Maybe it doesn't help that the first option explained in `man tar` is:
|
|||
|
||||
I'm sure people could benefit from simplified "show me the common usages" man pages. What about:
|
||||
|
||||

|
||||

|
||||
|
||||
This repository is just that: an ever-growing collection of examples for the most common UNIX / Linux / OSX / SunOS commands.
|
||||
|
||||
|
@ -39,4 +50,4 @@ Let us know if you are building one and we can add it to this list!
|
|||
- Your favourite command isn't covered?
|
||||
- You can think of more examples?
|
||||
|
||||
Contribution are most welcome! Have a look [over here](https://github.com/rprieto/tldr/blob/master/CONTRIBUTING.md) for some rough guidelines.
|
||||
Contribution are most welcome! Have a look here for some rough [contributing guidelines](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md).
|
||||
|
|
Loading…
Add table
Reference in a new issue