Skip to content

Commit c1b57e5

Browse files
committed
Update README.md
1 parent f74f1c8 commit c1b57e5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ Here some sample screenshots of the gui (The rocket of the information dialog is
4646
- Since the Installer Framework supports Windows, Mac and X11 only, it's the same for this library
4747

4848
## Getting started
49-
The usage of this library is not that complicated. However, to make this work you will have to use the Qt Installer Framework to create and installer/updater. If you already now how to to that, just check out the examples below. If not, you can check out my
50-
[Tutorial: Create a simple auto-updated application](https://skycoder42.github.io/QtAutoUpdater/tutorial_page.html)
49+
The usage of this library is not that complicated. However, to make this work you will have to use the Qt Installer Framework to create and installer/updater. If you already now how to to that, just check out the examples below. If not, here are some links that
50+
will explain how to create an online-installer using the framework. Once you have figured out how to do that, it's only a small step
51+
to the updater library:
52+
- [QtIFW - Tutorial: Creating an Installer](https://doc.qt.io/qtinstallerframework/ifw-tutorial.html): Check this to learn how to create an installer in general. Don't be afraid, it's a very short tutorial
53+
- [QtIFW - Creating Online Installers](https://doc.qt.io/qtinstallerframework/ifw-online-installers.html): This page will tell you how to create an online installer from your offline installer - in just 2 steps
54+
- [QtIFW - Promoting Updates](https://doc.qt.io/qtinstallerframework/ifw-updates.html): And this site explains how to create updates
5155

5256
## Examples
5357
**Important:**<br>

0 commit comments

Comments
 (0)