Skip to content

Commit

Permalink
readme: Fix bash commands on install instructions step
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Aug 22, 2023
1 parent 84ad220 commit 22f5666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ gstreamer-launch-1.0 udpsrc port=$PORT \
1. Install the development dependencies:

```Bash
sudo apt update -y \
sudo apt install -y libunwind-dev
sudo apt update -y &&\
sudo apt install -y --no-install-recommends \
libunwind-dev \
libclang-dev \
libssl-dev \
pkg-config \
Expand Down Expand Up @@ -177,7 +177,7 @@ sudo apt-get update -y &&\
4. Clone this repository and enter it

```Bash
git clone [email protected]:mavlink/mavlink-camera-manager.git
git clone [email protected]:mavlink/mavlink-camera-manager.git &&\
cd mavlink-camera-manager
```

Expand Down

0 comments on commit 22f5666

Please sign in to comment.