diff options
Diffstat (limited to 'src/content/docs/overview/getting-started.mdx')
-rw-r--r-- | src/content/docs/overview/getting-started.mdx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/content/docs/overview/getting-started.mdx b/src/content/docs/overview/getting-started.mdx index ca4c77f..737cd62 100644 --- a/src/content/docs/overview/getting-started.mdx +++ b/src/content/docs/overview/getting-started.mdx @@ -9,16 +9,17 @@ import { Tabs, TabItem } from "@astrojs/starlight/components"; import { Steps } from "@astrojs/starlight/components"; import { Aside } from "@astrojs/starlight/components"; -Welcome to GpgFrontend, the cross-platform, OpenPGP encryption tool designed for -simplicity and security. This guide will walk you through the installation -process tailored to your operating system, ensuring you can start securing your -communications as quickly and efficiently as possible. +Welcome to GpgFrontend, the cross-platform, [OpenPGP](https://www.openpgp.org/) +encryption tool designed for simplicity and security. This guide will walk you +through the installation process tailored to your operating system, ensuring you +can start securing your communications as quickly and efficiently as possible. ## Before You Begin: Prerequisites -GpgFrontend leverages the robust functionalities of GnuPG for encryption, -decryption, and key management. It is crucial to have GnuPG installed on your -device to make full use of GpgFrontend. +GpgFrontend leverages the robust functionalities of +[GnuPG](https://www.gnupg.org/) for encryption, decryption, and key management. +It is crucial to have GnuPG installed on your device to make full use of +GpgFrontend. **Windows users:** GnuPG is bundled with GpgFrontend for Windows. You do not need to install it separately. |