From 3116e61818552bf508381b503442ad430ea9ccb4 Mon Sep 17 00:00:00 2001 From: Tim Ski Date: Wed, 5 Aug 2015 15:02:12 -0400 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 55a3009..3f55607 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,23 @@ Securing Docker Containers Usage ----- - * **-c** argument reviews what's commented out in quick-secure. - ``./quick-secure/quick-secure -c`` - * **-u** argument reviews what's being applied to your current system. - ``./quick-secure/quick-secure -u`` - * **-f** argument forces settings without being prompt with "are you sure" - question. - ``./quick-secure/quick-secure -f`` - * Run quick-secure for the first time: ``./quick-secure/quick-secure`` in CLI. - * Setup quick-secure to run every sunday at 11PM via root's cron: - ``00 23 * * 0 /root/quick-secure/quick-secure -f`` + **-c** argument reviews what's commented out in quick-secure. + + ./quick-secure/quick-secure -c + + **-u** argument reviews what's being applied to your current system. + + ./quick-secure/quick-secure -u + + **-f** argument forces settings without being prompt with "are you sure" question. + + ./quick-secure/quick-secure -f + + Run quick-secure for the first time: ``./quick-secure/quick-secure`` in CLI. + + Setup quick-secure to run every sunday at 11PM via root's cron: + + 00 23 * * 0 /root/quick-secure/quick-secure -f Help & Feedback