Added docs for versions

This commit is contained in:
BarsTiger
2022-06-04 15:25:35 +03:00
parent 1a1ed66eac
commit 15892381dc
6 changed files with 41 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ horsy upload
Or if you prefer TUI: Or if you prefer TUI:
``` ```
horsy horsy
4 5
``` ```
## Logging in ## Logging in

View File

@@ -0,0 +1,12 @@
---
sidebar_position: 8
---
# Version system
We use version system to keep track of app updates.
To force update, you can use button in GUI.
Navigate to `Account` tab, select package in `Manage your packages` table and click `Request selected package update on user side` button.
When user will click on `Check all updates` button, or will use `horsy updates` command, horsy will notify about new versions of apps.

View File

@@ -16,7 +16,7 @@ horsy info <app>
## TUI ## TUI
``` ```
horsy horsy
6 7
<app> <app>
``` ```

View File

@@ -16,7 +16,7 @@ Query can be part of app name or description.
# TUI # TUI
``` ```
horsy horsy
5 6
<query> <query>
``` ```

View File

@@ -14,7 +14,7 @@ horsy source <app>
## TUI ## TUI
``` ```
horsy horsy
2 3
<app> <app>
``` ```

View File

@@ -5,17 +5,37 @@ sidebar_position: 8
# Updating app # Updating app
# CLI, TUI # CLI, TUI
You can just update the app by re-running install command: You can check updates by running:
``` ```
horsy install <app> horsy u
``` ```
or
```
horsy updates
```
TUI:
```
horsy
2
```
You will see output like this:
```
Use following commands to update apps:
horsy i autobridge
horsy i drawhorse
horsy i kotogamescam
horsy i wordython
```
Copy commands and run them in terminal.
# GUI # GUI
Select app in `Installed` tab Press `Check all updates` in `Installed` tab
Select needed app App that have new version will be highlighted with `!` symbol before name.
Click `Update` button Click `Update` button on these apps
## What happens ## What happens
horsy will download newest version of app and replace old one horsy will download newest version of app and replace old one