From 11601ad84876b2abdb03bb729042b7cb2fe27db5 Mon Sep 17 00:00:00 2001 From: nemo Date: Sun, 23 Jun 2019 16:31:02 +0200 Subject: [PATCH] Some mistakes in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ba7371..c5c0610 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Check system configuration for a Gentoo machine (VM or PHYSICAL) based on GRIFON's architecture. It's a Gentoo OS configuration recipe. -his script normally doesn't modify anything on the system. +This script normally doesn't modify anything on the system. To use (with root user) : ``` @@ -11,9 +11,9 @@ vim ./vars.sh # Edit all values which will be used by the script ./recipe_gentoo.sh [--physical] ``` -If you cannot execute the script, add the 'x' permission for the user chmod u+x +If you cannot execute the script, add the 'x' permission for the user ``` -./recipe_gentoo.sh +chmod u+x ./recipe_gentoo.sh ``` Not finished, in progress....