Added docs for versions
This commit is contained in:
@@ -10,7 +10,7 @@ horsy upload
|
|||||||
Or if you prefer TUI:
|
Or if you prefer TUI:
|
||||||
```
|
```
|
||||||
horsy
|
horsy
|
||||||
4
|
5
|
||||||
```
|
```
|
||||||
|
|
||||||
## Logging in
|
## 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
|
## TUI
|
||||||
```
|
```
|
||||||
horsy
|
horsy
|
||||||
6
|
7
|
||||||
<app>
|
<app>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Query can be part of app name or description.
|
|||||||
# TUI
|
# TUI
|
||||||
```
|
```
|
||||||
horsy
|
horsy
|
||||||
5
|
6
|
||||||
<query>
|
<query>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ horsy source <app>
|
|||||||
## TUI
|
## TUI
|
||||||
```
|
```
|
||||||
horsy
|
horsy
|
||||||
2
|
3
|
||||||
<app>
|
<app>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user