Move project from Projects to Grzegorz

This commit is contained in:
Oystein Kristoffer Tveit 2025-01-06 16:32:29 +01:00
parent 04726d1ce0
commit 29ae3d7482
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ clap-verbosity-flag = "2.2.2"
env_logger = "0.10.0"
futures = "0.3.31"
log = "0.4.20"
mpvipc-async = { git = "https://git.pvv.ntnu.no/Projects/mpvipc-async.git", rev = "v0.1.0" }
mpvipc-async = { git = "https://git.pvv.ntnu.no/Grzegorz/mpvipc-async.git", rev = "v0.1.0" }
sd-notify = "0.4.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"

View File

@ -6,13 +6,13 @@ New implementation of https://github.com/Programvareverkstedet/grzegorz
```sh
# NixOS
nix run "git+https://git.pvv.ntnu.no/Projects/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock
nix run "git+https://git.pvv.ntnu.no/Grzegorz/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock
# Other (after git clone and rust toolchain has been set up)
cargo run -- --mpv-socket-path /tmp/mpv.sock
```
See also https://git.pvv.ntnu.no/Projects/grzegorz-clients for frontend alternatives
See also https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients for frontend alternatives
## Debugging