From 9b6b4d303ce94fb545fff579ead3716eadcb6a10 Mon Sep 17 00:00:00 2001 From: Kunal Dabir Date: Sat, 14 Oct 2017 12:28:53 +0530 Subject: [PATCH] add ways to contribute --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 729bd1c..2c69260 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # has -`has` checks presence of various command line tools and their versions on the path +`has` checks presence of various command line tools on the path and also reports their installed version ## How ? @@ -57,11 +57,20 @@ Let's say `$ has foobar` returns `foobar not understood`, because `has` may not In such cases, pass `HAS_ALLOW_UNSAFE=y has foobar`. This is should still check for existance of `foobar` and tries to detect version as well. -### ♥ - -[![Build Status](https://travis-ci.org/kdabir/has.svg?branch=has)](https://travis-ci.org/kdabir/has) - ## Demo [![asciicast](https://asciinema.org/a/135790.png)](https://asciinema.org/a/135790) + +## Contributing + +[![Build Status](https://travis-ci.org/kdabir/has.svg?branch=has)](https://travis-ci.org/kdabir/has) + + +1. Star the repo, tweet about it, spread the word +2. Update the documentation (i.e. the README file) +3. Adding support for more commands +4. Adding more features to `has` + + +#### ♥