diff --git a/README.md b/README.md
index 5e055cbdff9e400b47bdbacd8eb37605dcdcf215..dbc33001f97bcf748b36b1f92bf882ebb70cc87e 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