diff --git a/apps/landing/src/components/how-it-works.tsx b/apps/landing/src/components/how-it-works.tsx index 91283c78..08fae964 100644 --- a/apps/landing/src/components/how-it-works.tsx +++ b/apps/landing/src/components/how-it-works.tsx @@ -5,7 +5,8 @@ import { useState } from "react"; import { FadeIn } from "./fade-in"; -const command = "docker run -d -p 1349:1349 ghcr.io/ashim-hq/ashim"; +const command = + "docker run -d --name ashim -p 1349:1349 -v ashim-data:/data ghcr.io/ashim-hq/ashim:latest"; export function HowItWorks() { const [copied, setCopied] = useState(false); @@ -18,7 +19,7 @@ export function HowItWorks() { return (
-
+

Get started in seconds

@@ -27,29 +28,29 @@ export function HowItWorks() { -
-
-
-
-
-
-
- +
+