Anotate documentation with bash codeblocks

This commit is contained in:
Bruno Tavares 2014-02-24 11:02:57 -03:00
parent b646c6cc20
commit bd14b8d5a8
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@ Print the current operational system name
### Example
```
```bash
$ kickstart.os
Ubuntu
$ kickstart.os

View File

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