Update README.md

This commit is contained in:
Andrei Yankovich 2018-12-26 20:13:14 +03:00 committed by GitHub
parent 6e8bbdcdcb
commit d7eed949cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
# this example for packing apps to snap # This example for packing apps to snap
You nead build your project with own qt version
# you nead build your project with own qt version
``` ```
git clone https://github.com/QuasarApp/Console-QtDeployer.git git clone https://github.com/QuasarApp/Console-QtDeployer.git
@ -13,3 +12,4 @@
snap install cqtdeployerexample_0.1_amd64.snap --dangerous snap install cqtdeployerexample_0.1_amd64.snap --dangerous
cqtdeployerexample cqtdeployerexample
``` ```
Done!