Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Oct 29, 2024
1 parent cb30f64 commit 41c6f13
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# How to

1. Install:
Linux:
```sh
go install github.com/xaionaro-go/vodmover@latest
```
Windows:
Go to [https://github.com/xaionaro-go/vodmover/releases](https://github.com/xaionaro-go/vodmover/releases) and download the file.

2. Create config:
```yaml
obs:
address: 127.0.0.1:4455
password: myPasswordHere
move_vods:
- pattern_wildcard: "*2024*"
destination: /tmp/2024/
```
3. Run:
```sh
vodmover --log-file path/to/log --config path/to/config
```
(or `vodmover.exe` if you are a Windows user)

0 comments on commit 41c6f13

Please sign in to comment.