Skip to content

Commit 62d628e

Browse files
authored
Modify installation steps for CinePi-RAW
Updated the git clone command to use the default branch.
1 parent 17bfbee commit 62d628e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sudo apt install -y libspdlog-dev libjsoncpp-dev && cd /home/pi && git clone htt
6565
### CinePi-RAW <img src="https://img.shields.io/badge/cinemate-fork-gren" height="12" >
6666

6767
```bash
68-
git clone https://github.com/Tiramisioux/cinepi-raw.git --branch rpicam-apps_1.7_custom_encoder
68+
git clone https://github.com/Tiramisioux/cinepi-raw.git
6969
cd cinepi-raw
7070
sudo rm -rf build
7171
sudo meson setup build

0 commit comments

Comments
 (0)