Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaakay111 committed Nov 29, 2017
1 parent 5d50faa commit ceb85b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,21 @@ Install sass compiler

Install the database.

MacOs
$ brew install mariadb #MacOS
#MacOs
$ brew install mariadb

Linux
$ sudo apt-get install mariadb-server
#Linux
$ sudo apt-get install mariadb-server



Start the database:

MacOS
$ mysql.server start
#MacOS
$ mysql.server start

Linux
$sudo mysqld
#Linux
$ sudo mysqld


Create the database:
Expand Down

0 comments on commit ceb85b3

Please sign in to comment.