feature: Add a one-line installation script for Linux to automate the se#271
Open
muditagarwal88 wants to merge 2 commits intohttpie:masterfrom
Open
feature: Add a one-line installation script for Linux to automate the se#271muditagarwal88 wants to merge 2 commits intohttpie:masterfrom
muditagarwal88 wants to merge 2 commits intohttpie:masterfrom
Conversation
The old Linux install steps were a bit of a manual
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a one-line installation script for Linux to automate the setup process, including the
AppImageLauncherdependency.Why
The current Linux installation process adds significant onboarding friction by forcing users to manually install a dependency before they can even run the app. Your philosophy is clear: 'if I can't get value in 5 minutes, there's a problem.' This script removes that manual step, getting users up and running with a single command, which is a much better first-run experience.
How
I'll create a new shell script (
scripts/install.sh) that detects the user's Linux distribution, installsAppImageLauncherusing the native package manager (e.g., apt, dnf), and then downloads and integrates the AppImage. The README will then be updated to replace the manual instructions with a simplecurl | bashcommand.Files Changed
README.mdscripts/install.shCommits
d4292a9docs: simplify Linux install to one commandce0d0d6docs: add fork differences to README