mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 02:08:12 +02:00
fix style
This commit is contained in:
parent
503a39a263
commit
27d095fd90
@ -143,19 +143,19 @@ const metadata = {
|
||||
items={[
|
||||
{
|
||||
title: 'Step 1: Install Docker',
|
||||
description: '<pre class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</pre>',
|
||||
description: '<code class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</code>',
|
||||
icon: 'tabler:package',
|
||||
},
|
||||
{
|
||||
title: 'Step 2: Download compose.yml',
|
||||
description: `<pre class="text-gray-600 dark:text-gray-500">wget rustdesk.com/oss.yml -O compose.yml</pre>
|
||||
description: `<code class="text-gray-600 dark:text-gray-500">wget rustdesk.com/oss.yml -O compose.yml</code>
|
||||
<p class="text-center text-sm">or</p>
|
||||
<pre class="text-gray-600 dark:text-gray-500">wget rustdesk.com/pro.yml -O compose.yml</pre>`,
|
||||
<code class="text-gray-600 dark:text-gray-500">wget rustdesk.com/pro.yml -O compose.yml</code>`,
|
||||
icon: 'tabler:download',
|
||||
},
|
||||
{
|
||||
title: `Step 3: Compose`,
|
||||
description: '<pre class="text-gray-600 dark:text-gray-500">docker compose up -d</pre>',
|
||||
description: '<code class="text-gray-600 dark:text-gray-500">docker compose up -d</code>',
|
||||
icon: 'tabler:hammer',
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user