From 87ef58371e4c9c5c22557488d65e642710c71f7d Mon Sep 17 00:00:00 2001
From: Renaldi Arlin <13519114@std.stei.itb.ac.id>
Date: Wed, 21 Apr 2021 18:41:29 +0700
Subject: [PATCH] Update README

---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 5e055cb..dbc3300 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
 # Yes Management
 Klien: Yasyfiana Fariha Putrisusari
 
-## Development
-- Run `pipenv install` on project directory to install Python dependencies
-- Run `pipenv shell` to start developing
-
 ## Create the Local Database
-* Run `mysql -u <nama_user> -p < data/sdb.sql>` 
+* Run `mysql`
+* Write `CREATE DATABASE yes_management;`
+* Run `mysql -u <nama_user> -p yes_management < <data/db.sql>` 
 * Don't forget to create the .env file according to your local credentials
 
-## Run the app
-- Run `python3 src/app/main.py`
+## Development and Running the App
+- Run `pipenv install` on project directory to install Python dependencies
+- Run `pipenv shell` to start developing
+- Run `python3 src/app/main.py` to run the app
 
 ## Dependencies
 - pyqt5 5.15.4
-- 
GitLab