docs: add readme
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Beluga
|
||||
|
||||
Sync video playback on Linux desktops with `mpv`.
|
||||
|
||||
## Server
|
||||
|
||||
Deploy it on a server which acts as a broker.
|
||||
|
||||
```sh
|
||||
go install github.com/lavafroth/beluga/cmd/server@latest
|
||||
nohup server &
|
||||
disown -a
|
||||
```
|
||||
|
||||
## Client
|
||||
|
||||
```sh
|
||||
go install github.com/lavafroth/beluga/cmd/client@latest
|
||||
cd directory-with-movie
|
||||
client server-hostname-or-ip:8000
|
||||
```
|
||||
Reference in New Issue
Block a user