diff --git a/home.markdown b/home.markdown index 26a5322..2194b39 100644 --- a/home.markdown +++ b/home.markdown @@ -2,8 +2,12 @@ ### postgres +```bash $ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar` +``` ### mysql - $ create-mysql-user-and-database foo # create database and user `foo` \ No newline at end of file +```bash + $ create-mysql-user-and-database foo # create database and user `foo` +``` \ No newline at end of file