From bd14b8d5a855b3b3f6870bf4154161a28e631a70 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Mon, 24 Feb 2014 11:02:57 -0300 Subject: [PATCH] Anotate documentation with bash codeblocks --- docs/kickstart/os.md | 3 ++- docs/kickstart/profile/add_to_profile.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/kickstart/os.md b/docs/kickstart/os.md index f453dd2..63ae81b 100644 --- a/docs/kickstart/os.md +++ b/docs/kickstart/os.md @@ -3,7 +3,8 @@ Print the current operational system name ### Example -``` + +```bash $ kickstart.os Ubuntu $ kickstart.os diff --git a/docs/kickstart/profile/add_to_profile.md b/docs/kickstart/profile/add_to_profile.md index fff60ac..13b3eb0 100644 --- a/docs/kickstart/profile/add_to_profile.md +++ b/docs/kickstart/profile/add_to_profile.md @@ -6,6 +6,7 @@ It will add your file into the appropriate profile.d folder, depending of your O Then it will add to the proper shell configuration file to source your `file.sh` ### Example -``` + +```bash $ kickstart.profile.add_to_profile cabal.sh ```