Skip to content

Commit 2e4b287

Browse files
revisions
revisions
1 parent fd7dc04 commit 2e4b287

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ In short, the MIT License states:
159159

160160
<b>Make sure to</b>:
161161
- <b>Give credit to the owner</b> if the project is recompiled or recoded.
162-
- This code is <b>free to use, modify, and distribute for personal or academic use. NO FEES.</b>
162+
- This code is <b>free to use and modify for personal or academic use. NO FEES.</b>
163163
<br>
164164

165165

166166
<!-- ------ -->
167167

168-
## 🚀 Installtion For End Users
168+
## 🚀 Installation For End Users
169169

170170
### Requirements
171171
**You MUST install MySQL** unless you configure the system to use SQLite (see configuration below).
@@ -176,7 +176,7 @@ In short, the MIT License states:
176176
| 1.3 | Initial Release | [Download Installer](https://mega.nz/file/yw4U2DgY#M9TaPobCsxQK0bNqMKvr4f69rBlSeB9ohrPu_7CWy5M) |
177177

178178
### Quick Setup Steps
179-
1. **Install MySQL Server** from [mysql.com](https://dev.mysql.com/downloads/mysql/)
179+
1. **Install MySQL Workbench** from [mysql](https://dev.mysql.com/downloads/workbench/)
180180
2. **Download and run** the installer above
181181
3. **Configure database** (see configuration section below)
182182

@@ -197,7 +197,7 @@ git clone https://github.com/emmanpbarrameda/EmployeePayrollManagementSystem_Jav
197197
## ⚙️ Database Configuration
198198

199199
### Option 1: MySQL (Recommended)
200-
1. **Install MySQL Server** and remember your root password
200+
1. **Install MySQL Workbench** and remember your root credentials
201201
2. **Import database** from the `database` folder using MySQL Workbench
202202
3. **Update `config.properties`:**
203203
```properties
@@ -222,7 +222,7 @@ EMBEDDED_SQLITE_PATH=/SystemDB/database.sqlite
222222

223223
**Can't connect to database?**
224224
- Verify MySQL is running
225-
- Check your password in `config.properties`
225+
- Check your mysql credentials in `config.properties`
226226
- Try SQLite option if MySQL issues persist
227227

228228
**App won't start?**

0 commit comments

Comments
 (0)