Update readme to use code markdown for config file

This commit is contained in:
Aaditya Bagga 2014-12-28 01:45:25 +05:30
parent 5670137154
commit 90317831da

View file

@ -17,6 +17,7 @@ If the userconfig is present, manjaro-tools will load userconfig values, however
########### manjaro-tools common ############# ########### manjaro-tools common #############
############################################## ##############################################
~~~
# unset defaults to given value # unset defaults to given value
# branch=stable # branch=stable
@ -134,7 +135,7 @@ If the userconfig is present, manjaro-tools will load userconfig values, however
# names must match openrc service names # names must match openrc service names
# services in start_openrc array don't need to be listed here # services in start_openrc array don't need to be listed here
# start_openrc_live=('bluetooth' 'networkmanager' 'connman') # start_openrc_live=('bluetooth' 'networkmanager' 'connman')
~~~