mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-16 02:23:30 +00:00
rename to vban-cli
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
||||
# vmr-cli
|
||||
# vban-cli
|
||||
|
||||
[](https://github.com/astral-sh/uv)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
@@ -10,16 +10,16 @@
|
||||
#### With uv
|
||||
|
||||
```console
|
||||
uv tool install vmr-cli
|
||||
uv tool install vban-cli
|
||||
```
|
||||
|
||||
#### With pipx
|
||||
|
||||
```console
|
||||
pipx install vmr-cli
|
||||
pipx install vban-cli
|
||||
```
|
||||
|
||||
The CLI should now be discoverable as `vmr-cli`
|
||||
The CLI should now be discoverable as `vban-cli`
|
||||
|
||||
---
|
||||
|
||||
@@ -28,7 +28,7 @@ The CLI should now be discoverable as `vmr-cli`
|
||||
### Flags
|
||||
|
||||
```console
|
||||
vmr-cli --host=localhost --port=6980 --streamname=Command1
|
||||
vban-cli --host=localhost --port=6980 --streamname=Command1
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
@@ -53,4 +53,4 @@ export VMR_CLI_STREAMNAME=Command1
|
||||
|
||||
## License
|
||||
|
||||
`vmr-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
`vban-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
|
||||
Reference in New Issue
Block a user