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 ```