Added docs for versions
This commit is contained in:
@@ -10,7 +10,7 @@ horsy upload
|
||||
Or if you prefer TUI:
|
||||
```
|
||||
horsy
|
||||
4
|
||||
5
|
||||
```
|
||||
|
||||
## Logging in
|
||||
|
||||
12
docs/developers/versions.md
Normal file
12
docs/developers/versions.md
Normal 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.
|
||||
@@ -16,7 +16,7 @@ horsy info <app>
|
||||
## TUI
|
||||
```
|
||||
horsy
|
||||
6
|
||||
7
|
||||
<app>
|
||||
```
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Query can be part of app name or description.
|
||||
# TUI
|
||||
```
|
||||
horsy
|
||||
5
|
||||
6
|
||||
<query>
|
||||
```
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ horsy source <app>
|
||||
## TUI
|
||||
```
|
||||
horsy
|
||||
2
|
||||
3
|
||||
<app>
|
||||
```
|
||||
|
||||
|
||||
@@ -5,17 +5,37 @@ sidebar_position: 8
|
||||
# Updating app
|
||||
|
||||
# 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
|
||||
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
|
||||
horsy will download newest version of app and replace old one
|
||||
|
||||
Reference in New Issue
Block a user