diff --git a/website/src/components/Install.astro b/website/src/components/Install.astro new file mode 100644 index 0000000..01c552f --- /dev/null +++ b/website/src/components/Install.astro @@ -0,0 +1,280 @@ +
+
+
+ + +
+ +
+
+
brew install grega/tap/hdi
+ +
+
+ +
+
+ + + + + + diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 119b438..415e225 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -1,5 +1,6 @@ --- import Layout from "../layouts/Layout.astro"; +import Install from "../components/Install.astro"; import DemoLatte from "../assets/demo-latte.gif"; import DemoMocha from "../assets/demo-mocha.gif"; import { VERSION } from "../data/data"; @@ -51,37 +52,9 @@ import { VERSION } from "../data/data"; -
+

Install

-
-
-

Homebrew

-
-
brew install grega/tap/hdi
- -
-
-
-

Manual

-
-
curl -fsSL https://raw.githubusercontent.com/grega/hdi/main/hdi \
-  -o ~/.local/bin/hdi && chmod +x ~/.local/bin/hdi
- -
-
-
+

No dependencies, just Bash. Works on macOS and Linux.

@@ -146,26 +119,6 @@ $ hdi

- -