Skip to content

Commit 26de7bc

Browse files
committed
use cbuild instead of cinstall
1 parent 6ca3739 commit 26de7bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ cargo install cargo-c
2222
2323
git clone https://github.com/avstack/gst-ttssink
2424
cd gst-ttssink
25-
cargo cinstall
25+
cargo cbuild --release
26+
export GST_PLUGIN_PATH=$(pwd)/target/release
2627
```
2728

2829
## Example usage (type text and it will be played when you press enter)

0 commit comments

Comments
 (0)