Skip to content

Commit

Permalink
Add missing backslash and some spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored Dec 6, 2023
1 parent 15625c6 commit ca6ec9d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo apt install \
libgirepository1.0-dev \
libgstreamer1.0-0 \
libgtk-4-dev \
libadwaita-1-dev
libadwaita-1-dev \
pip \
python-gi-cairo \
python3-gst-1.0 \
Expand All @@ -46,20 +46,20 @@ sudo apt install \
### Requirements (Fedora)

```console
sudo dnf install\
appstream\
cmake\
gettext\
gstreamer1-libav\
gstreamer1-plugins-ugly\
gstreamer1-plugins-bad\
gstreamer1-plugins-good\
sudo dnf install \
appstream \
cmake \
gettext \
gstreamer1-libav \
gstreamer1-plugins-ugly \
gstreamer1-plugins-bad \
gstreamer1-plugins-good \
gstreamer1-devel\
gtk4-devel\
libadwaita-devel\
pipenv\
python3-cairo-devel\
python3-gstreamer1\
gtk4-devel \
libadwaita-devel \
pipenv \
python3-cairo-devel \
python3-gstreamer1
```


Expand Down

0 comments on commit ca6ec9d

Please sign in to comment.