diff --git a/v3/src/pages/index.astro b/v3/src/pages/index.astro index e0af21c..f2df890 100644 --- a/v3/src/pages/index.astro +++ b/v3/src/pages/index.astro @@ -143,19 +143,19 @@ const metadata = { items={[ { title: 'Step 1: Install Docker', - description: '
bash <(wget -qO- https://get.docker.com)', + description: '
bash <(wget -qO- https://get.docker.com)
',
icon: 'tabler:package',
},
{
title: 'Step 2: Download compose.yml',
- description: `wget rustdesk.com/oss.yml -O compose.yml+ description: `
wget rustdesk.com/oss.yml -O compose.yml
or
-wget rustdesk.com/pro.yml -O compose.yml`, +
wget rustdesk.com/pro.yml -O compose.yml
`,
icon: 'tabler:download',
},
{
title: `Step 3: Compose`,
- description: 'docker compose up -d', + description: '
docker compose up -d
',
icon: 'tabler:hammer',
},
{
diff --git a/v3/src/pages/pricing.astro b/v3/src/pages/pricing.astro
index 7d57db1..2ba5251 100644
--- a/v3/src/pages/pricing.astro
+++ b/v3/src/pages/pricing.astro
@@ -43,7 +43,7 @@ const metadata = {