Skip to content

Commit

Permalink
readme: Fix bash commands on build instructions step
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Aug 22, 2023
1 parent 7bfd472 commit f6d44fb
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 @@ -139,9 +139,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 @@ -178,7 +178,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 f6d44fb

Please sign in to comment.