-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update creating-an-asteroid-app.md for more indepth information for app development #220
Conversation
Then you can Edit qmls by vim and scp | ||
|
||
``` | ||
vim scp://user@myserver[:port]//path/to/file.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already know the user, myserver, port and path/to/file so let's just specify them here.
[email protected] and wherever qmltester reads its QML files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qmltester can pick up any file so it depends on the dev so "//path/to/file.qml" is alright I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nearly there! Thank you :)
Thanks! |
PR for this issue.