From 4fd93cd6e5a7e17b5cf31ee5839d1f41ec63f6e4 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 29 Jan 2015 14:47:09 -0600 Subject: [PATCH] Clean up NOTICE line in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fadc704..4fcd26c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ Command line client for interacting with the [ShootProof API](http://developer.s ## Installation -_Your system must have PHP 5.4 or later installed in order to use the ShootProof command line tool._ - -_NOTICE: This tool is not currently supported on Windows, as it makes use of [POSIX](http://php.net/posix) functions._ +_NOTICE: Your system must have PHP 5.4 or later installed in order to use the ShootProof command line tool. This tool is not currently supported on Windows, as it makes use of [POSIX](http://php.net/posix) functions._ Download the `shootproof-cli.phar` file from the [latest release](https://github.com/shootproof/shootproof-cli/releases) and place it in `/usr/local/bin` or wherever it's accessible from your `PATH`.