From 0bc8bc9157671a48fb2832a3b52b45052c91079e Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Tue, 4 Apr 2017 00:47:08 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2a46c..f75ba43 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ gixy ``` # Usage -By default Gixy will try to analyze Nginx configuration placed in `/etc/nginx/nginx.conf`. But you can always specify needed path: +By default Gixy will try to analyze Nginx configuration placed in `/etc/nginx/nginx.conf`. + +But you always can specify needed path: ``` $ gixy /etc/nginx/nginx.conf From 362fa74759d5b245e70217ac629112c4bd993e63 Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Tue, 4 Apr 2017 00:47:31 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f75ba43..6931e80 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Total issues: Or skip some tests: ``` -$ ./gixy-cli.py --skips http_splitting /etc/nginx/nginx.conf +$ gixy --skips http_splitting /etc/nginx/nginx.conf ==================== Results =================== No issues found. From 63f8be8050e57852fb44a7865f615545c893b10a Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Tue, 4 Apr 2017 22:54:12 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6931e80..0121e31 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Disclaimer: Gixy is well tested only on GNU/Linux, in other OS may have some iss # Installation Gixy is distributed on PyPI. The best way to install it is with pip: ```bash -pip install bandit +pip install gixy ``` Run Gixy and check results: From 1f42398644ef79d22e91ffe55696eb158686a00c Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Tue, 4 Apr 2017 23:10:37 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0121e31..4a1b124 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Total issues: Or something else, you can find all other `gixy` arguments with the help command: `gixy --help` # Documentation -Full documentation and recommendations can be found [here](https://github.com/yandex/gixy/wiki/ru/) (sorry, but Russian language only so far) +Full documentation and recommendations can be found [here](https://github.com/yandex/gixy/wiki/) (sorry, but Russian language only so far) # Contributing Contributions to Gixy are always welcome! You can help us in different ways: