Skip to content

Commit 7d74b29

Browse files
committed
Updated Readme
1 parent a524003 commit 7d74b29

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,25 @@ Open `http://localhost:4173` in your browser.
151151
# Install dependencies
152152
pnpm install
153153

154-
# Start development server
155-
pnpm dev
156-
157154
# Build for production
158155
pnpm build
159156

160157
# Preview production build
161158
pnpm preview
162159
```
163160

161+
### Building the Tauri Desktop App
162+
```bash
163+
# 1. Install dependencies
164+
pnpm install
165+
166+
# 2. Install Rust (if you don't have it)
167+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
168+
169+
# 3. Build your native app
170+
pnpm tauri build
171+
```
172+
164173
### Project Structure
165174
```
166175
src/
@@ -200,6 +209,22 @@ We'd love to hear from you! Join our community discussions:
200209

201210
You can also use [GitHub Issues](https://github.com/rudi-q/leed_pdf_viewer/issues) for bug reports.
202211

212+
## 🌱 Support the Project
213+
214+
Love LeedPDF? Help us keep it free and open source!
215+
216+
### ☕ GitHub Sponsors
217+
**[💝 Sponsor on GitHub](https://github.com/sponsors/rudi-q)**
218+
219+
Your sponsorship helps us:
220+
- ✨ Add new features and improvements
221+
- 🔧 Fix bugs and maintain code quality
222+
- 📖 Create better documentation and tutorials
223+
- 🌍 Keep the project free for everyone
224+
- 🚀 Improve performance and accessibility
225+
226+
*Every contribution, big or small, makes a difference!*
227+
203228
## 📄 License
204229

205230
LeedPDF is **dual-licensed** to give you flexibility:

0 commit comments

Comments
 (0)