From ceb08f9c6a24a7df885287936a337ac40c7bcfce Mon Sep 17 00:00:00 2001 From: nemo Date: Sun, 23 Jun 2019 16:27:29 +0200 Subject: [PATCH] Add code block in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b672fe..e9d0ed4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Check system configuration for a gentoo machine (VM or PHYSICAL) based on GRIFON It's a Gentoo OS configuration recipe. This script normally doesn't modify anything on the system. To use (with root user) : +``` mv ./vars.example ./vars.sh 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 ./recipe_gentoo.sh).