Skip to content

feature: Add a one-line installation script for Linux to automate the se#271

Open
muditagarwal88 wants to merge 2 commits intohttpie:masterfrom
muditagarwal88:featurelinux-install-script
Open

feature: Add a one-line installation script for Linux to automate the se#271
muditagarwal88 wants to merge 2 commits intohttpie:masterfrom
muditagarwal88:featurelinux-install-script

Conversation

@muditagarwal88
Copy link
Copy Markdown

What

Add a one-line installation script for Linux to automate the setup process, including the AppImageLauncher dependency.

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, installs AppImageLauncher using 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 simple curl | bash command.

Files Changed

  • README.md
  • scripts/install.sh

Commits

  • d4292a9 docs: simplify Linux install to one command
  • ce0d0d6 docs: add fork differences to README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant