diff --git a/clients/terminal-dotnet/FCastClient.Cli/README.md b/clients/terminal-dotnet/FCastClient.Cli/README.md index 146f8b2..6962443 100644 --- a/clients/terminal-dotnet/FCastClient.Cli/README.md +++ b/clients/terminal-dotnet/FCastClient.Cli/README.md @@ -51,3 +51,8 @@ cat dash.mpd | ./fcast -h localhost play --mime_type application/dash+xml # Set speed to double ./fcast -h localhost setspeed -s 2.0 ``` + +If you want to use commands using `dotnet run` do it as follows: +``` +dotnet run -- -h localhost play --mime_type video/mp4 --url http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 -t 10 -s 1.0 +``` \ No newline at end of file