Skip to content

Commit

Permalink
fix: corrected install command
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 22, 2024
1 parent 44578bd commit be7a274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SplashPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Component: FC = () => {
<div className="flex flex-col items-center mt-24 gap-4 text-center mx-4">
<h1 className="text-4xl sm:text-6xl xl:text-7xl font-bold">Simplified Linux Gaming</h1>
<h2 className={`text-4xl sm:text-5xl xl:text-6xl font-bold ${styles.rainbow}`}>Protontweaks</h2>
<Code>curl -fsSL {location.origin}/install.sh | bash</Code>
<Code shell>bash -c "$(curl -fsSL {location.origin}/install.sh)"</Code>
<div className="italic sm:max-w-lg">
The command above will detect the available package managers on your system and provide you various options
for installation.
Expand Down

0 comments on commit be7a274

Please sign in to comment.