Skip to content

Commit 245e74d

Browse files
authored
ReadMe Fixes (#2083)
* Add copy code buttons to github clone commands (#1928) * Add copy code buttons to github clone commands * Add language specifier * build -> built (#1925) * Update clone command
1 parent 2815eac commit 245e74d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,21 @@ Please refer to the release notes in [Releases](https://github.com/awslabs/amazo
5757
### Download
5858
To download run the following command:
5959

60-
`git clone --recursive https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git`
60+
```shell
61+
git clone https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git --single-branch -b main kvs-webrtc-sdk
62+
```
6163

6264
You will also need to install `pkg-config` and `CMake` and a build environment
6365

6466
### Configuring on Ubuntu / Unix
6567

6668
Create a build directory in the newly checked out repository, and execute CMake from it.
6769

68-
`mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build; cd amazon-kinesis-video-streams-webrtc-sdk-c/build; cmake .. `
70+
```shell
71+
mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build; cd amazon-kinesis-video-streams-webrtc-sdk-c/build; cmake ..
72+
```
6973

70-
We have provided an example of using GStreamer to capture/encode video, and then send via this library. This is only build if `pkg-config` finds
74+
We have provided an example of using GStreamer to capture/encode video, and then send via this library. This is only built if `pkg-config` finds
7175
GStreamer is installed on your system.
7276

7377
On Ubuntu and Raspberry Pi OS you can get the libraries by running

0 commit comments

Comments
 (0)