diff --git a/docs/pages/getting-started/install.mdx b/docs/pages/getting-started/install.mdx index 163c7c767..7eb147b7e 100644 --- a/docs/pages/getting-started/install.mdx +++ b/docs/pages/getting-started/install.mdx @@ -7,7 +7,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import CodeBlock from '@theme/CodeBlock'; -In order to get started with DevPod, you can choose between the DevPod Desktop application and DevPod CLI. +To get started with DevPod, choose either the [DevPod Desktop](#install-devpod) application or the [DevPod CLI](#install-devpod-cli). ## Install DevPod @@ -19,7 +19,7 @@ Download DevPod Desktop: - [Linux Targz](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_x86_64.tar.gz) :::info Previous Releases -For previous releases, please take a look at the [Github releases page](https://github.com/loft-sh/devpod/releases) +For earlier versions, visit the [GitHub releases page](https://github.com/loft-sh/devpod/releases) ::: :::info Linux Packages @@ -40,7 +40,7 @@ Make sure you have the following dependencies installed for the Appimage to work - `sudo dnf install fuse fuse-libs libglvnd-egl libglvnd-opengl libglvnd-glx harfbuzz fontconfig fribidi libthai` - `sudo zypper in fuse libfuse2 libharfbuzz0 libfribidi0 libthai0` -Note that these are generally needed for AppImage to work, they are not specific to DevPod +These are generally needed for AppImage to work; they are not specific to DevPod. ::: :::info Windows Packages @@ -71,9 +71,9 @@ correct functioning of the program: - librust-glib-sys-dev ::: -## Optional: Install DevPod CLI +## Install DevPod CLI -DevPod CLI can be very useful to control DevPod from a terminal. Select one of the installation methods below. You can also install it later from within the Desktop App. +Alternatively, you can also use the CLI instead of the desktop application. The DevPod CLI is useful for managing DevPod directly from a terminal. Choose an installation method below, or install it later from the Desktop App."