From da1a1256720a0054f303bd9779d86fb65ad0f5cf Mon Sep 17 00:00:00 2001 From: mattheroit Date: Wed, 29 Nov 2023 16:11:56 +0100 Subject: [PATCH] installation guide --- .vitepress/locales/cs.ts | 2 +- src/cs/guides/getting-started/index.md | 8 +++++++- src/en/guides/getting-started/index.md | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.vitepress/locales/cs.ts b/.vitepress/locales/cs.ts index be5b0f8..c5df394 100644 --- a/.vitepress/locales/cs.ts +++ b/.vitepress/locales/cs.ts @@ -33,7 +33,7 @@ export const csConfig: LocaleSpecificConfig = { }, { text: "Návody", - items: [{ text: "Getting Started", link: "/cs/guides/getting-started/index.md" }], + items: [{ text: "Začínáme", link: "/cs/guides/getting-started/index.md" }], }, ], }, diff --git a/src/cs/guides/getting-started/index.md b/src/cs/guides/getting-started/index.md index 8afb015..3f7d219 100644 --- a/src/cs/guides/getting-started/index.md +++ b/src/cs/guides/getting-started/index.md @@ -7,4 +7,10 @@ next: false prev: false --- -# Getting started +# Začínáme + +## Průvodce stahováním + +1. Nejnovější verzi získáte na stránce [download](/cs/download/). +2. Po dokončení stahování otevřete soubor `autojidelna.apk`. +3. Pokračujte v instalaci. diff --git a/src/en/guides/getting-started/index.md b/src/en/guides/getting-started/index.md index 8afb015..cce9cb1 100644 --- a/src/en/guides/getting-started/index.md +++ b/src/en/guides/getting-started/index.md @@ -8,3 +8,9 @@ prev: false --- # Getting started + +## Downloading guide + +1. Visit the [download](/en/download/) page to get the newest version. +2. After the download is completed, open the `Autojidelna.apk` file. +3. Proceed with the installation process.