From fceaca6d022aec84855bd5faa15612ce3494a876 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 5 Sep 2017 05:04:56 +0300 Subject: [PATCH] README.md updated according to new packagist.org package. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 198826b..ff5c58b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,17 @@ ## Installation ```bash -# For production usage -composer install -o -# For development -composer install +# For usage (from Packagist) +composer create-project skobkin/ip-detect +# For development (from Git) +git clone git@bitbucket.org:skobkin/ip-detect.git +cd ip-detect && composer install ``` + ## Running ```bash +# From the project root directory php -S localhost:8000 -t public public/index.php -``` \ No newline at end of file +```