mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:46:29 +08:00
Add an "ask a question" button, using Airtable.
This commit is contained in:
parent
1eeee0d7cd
commit
dd60c4ae9d
2 changed files with 14 additions and 1 deletions
|
@ -2,6 +2,16 @@
|
|||
|
||||
This guide is a [collaborative effort](AUTHORS.md), based on the generous work of many contributors.
|
||||
|
||||
## Questions
|
||||
|
||||
[![Ask a Question](https://img.shields.io/badge/%3f-Ask%20a%20Question-ff69b4.svg)](https://airtable.com/shrzMhx00YiIVAWJg)
|
||||
|
||||
The simplest thing you can do to help is [**submit any questions you might have**](https://airtable.com/shrzMhx00YiIVAWJg).
|
||||
The more the better. Questions help identify where the guide needs to be improved.
|
||||
|
||||
|
||||
## Contributions
|
||||
|
||||
Contributions of all kinds, including corrections, additions, improvements, and translations, are welcome!
|
||||
|
||||
We hope you'll join and help, in small ways or large.
|
||||
|
|
|
@ -4,8 +4,11 @@
|
|||
|
||||
# The Art of Command Line
|
||||
|
||||
[![Ask a Question](https://img.shields.io/badge/%3f-Ask%20a%20Question-ff69b4.svg)](https://airtable.com/shrzMhx00YiIVAWJg)
|
||||
|
||||
[![Join the chat at https://gitter.im/jlevy/the-art-of-command-line](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jlevy/the-art-of-command-line?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
|
||||
- [Meta](#meta)
|
||||
- [Basics](#basics)
|
||||
- [Everyday use](#everyday-use)
|
||||
|
@ -29,7 +32,7 @@ Some of this
|
|||
[appeared](http://www.quora.com/What-are-the-most-useful-Swiss-army-knife-one-liners-on-Unix)
|
||||
on [Quora](http://www.quora.com/What-are-some-time-saving-tips-that-every-Linux-user-should-know),
|
||||
but it has since moved to GitHub, where people more talented than the original author have made numerous improvements.
|
||||
[**Please contribute**](/CONTRIBUTING.md) if you see an error or something that could be better!
|
||||
[**Please submit a question**](https://airtable.com/shrzMhx00YiIVAWJg) if you have a question related to the command line. [**Please contribute**](/CONTRIBUTING.md) if you see an error or something that could be better!
|
||||
|
||||
## Meta
|
||||
|
||||
|
|
Loading…
Reference in a new issue