Skip to content
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

Improve instructions for commercial installer #56

Open
ddalcino opened this issue Jan 9, 2025 · 0 comments
Open

Improve instructions for commercial installer #56

ddalcino opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ddalcino
Copy link
Owner

ddalcino commented Jan 9, 2025

Borrow code from @Kidev's excellent aqtinstall PR that teaches aqtinstall how to use the commercial installer, to improve the official command instructions here:

aqt-list-server/src/App.tsx

Lines 180 to 195 in 3ae82fa

<CommandPanel
id="official-command"
label={
<span>
Your{" "}
<a href="https://doc.qt.io/qtinstallerframework/ifw-use-cases-cli.html">
official qt install
</a>{" "}
{state.isWindows() ? "powershell" : "bash"} command: (Please note
that this command will require patience and CLI option wrangling to
get it to work unattended)
</span>
}
command={state.toOfficialInstallCmd()}
isDisabled={!state.hasOutputs()}
/>

@ddalcino ddalcino added help wanted Extra attention is needed enhancement New feature or request good first issue Good for newcomers labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant