Skip to content

Commit 3200189

Browse files
authored
Update README.md
1 parent cfa4cad commit 3200189

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,43 @@
88
MarkMyLife 📝
99
**"Your life, beautifully formatted."**
1010

11-
MarkMyLife is a simple and elegant C++ application that helps you create themed CVs and résumés directly from your terminal. Whether you want something minimal, playful, or professional — we've got you covered.
11+
MarkMyLife is a simple and elegant C++ application that helps you create themed personal documents directly from your terminal. Whether you want something minimal, playful, or professional — we've got you covered.
1212

1313
---
1414

15+
## Document Types:
16+
- CV
17+
- Resumes
18+
- Medical Records
19+
20+
---
21+
22+
## Document Themes:
23+
- Elegant
24+
- Minimal
25+
- Playful
26+
- Floral
27+
- Winter
28+
- Summer
29+
- Rainy
30+
- Professional Corporate
31+
- Festival
32+
---
33+
1534
## 🌟 Features
1635

1736
- 🧠 Guided CV or résumé builder via simple prompts
18-
- 🎨 Built-in themes: Elegant, Minimalist, Playful
19-
- 📄 Outputs beautiful HTML files you can save, print, or convert to PDF
20-
- 🖋️ Custom watermark for a unique personal touch
37+
- 📄 Outputs beautiful markdown files you can save, or convert to PDF
2138
- 🔒 Limited use — subscription required for commercial deployment
2239

2340
---
2441

2542
## 🚀 Getting Started
2643

27-
1. Download the folder from [GitHub](https://github.com/yourusername/MarkMyLife)
28-
2. Navigate to: MarkMyLife > application > MarkMyLife
29-
3. Run the executable:
30-
- On **Windows**: double-click `MarkMyLife.exe`
31-
- On **macOS/Linux**: run `./MarkMyLife` from the terminal
44+
1. Download main.cpp from this directory.
45+
2. (in the terminal) Navigate to main.cpp
46+
3. Use g++ to create a.out
47+
4. Do ./a.out to execute.
3248

3349
---
3450

0 commit comments

Comments
 (0)