mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Use latest stable version on getting started. (#51)
This commit is contained in:
parent
ec1a939b2e
commit
0141ce5c02
@ -3,6 +3,10 @@ title: Getting started
|
||||
description: Essential information to help you get set up with Tachiyomi.
|
||||
---
|
||||
|
||||
<script setup lang="ts">
|
||||
import { data as release } from "@theme/data/release.data"
|
||||
</script>
|
||||
|
||||
# Getting started
|
||||
|
||||
Essential information to help you get set up with Tachiyomi.
|
||||
@ -12,7 +16,7 @@ Essential information to help you get set up with Tachiyomi.
|
||||
### 1. Downloading Tachiyomi
|
||||
|
||||
1. Visit our [download](/download/) page to get the latest version of **Tachiyomi**.
|
||||
1. After the download is complete, open the `tachiyomi-*.apk` file.
|
||||
1. After the download is complete, open the `tachiyomi-{{ release.stable.tag_name }}.apk` file.
|
||||
1. Proceed with the installation process.
|
||||
|
||||
### 2. Adding sources
|
||||
|
Loading…
Reference in New Issue
Block a user