summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Miklas <MarcinMiklas@users.noreply.github.com>2023-02-28 13:14:37 +0100
committerGitHub <noreply@github.com>2023-02-28 13:14:37 +0100
commitf9ae8e4c65a6d3a090cc5993453fb815f8ec77c3 (patch)
tree5a9ee0fe59734f3b241be0323157f8eda4d83ca0
parentff076e83234d2207f33447b9bd6d1646d9245566 (diff)
parenta6a304f3696cfd8af7a89e9303beceab15af63a9 (diff)
downloadOpen-AVB-f9ae8e4c65a6d3a090cc5993453fb815f8ec77c3.tar.gz
Merge pull request #924 from marckleinebudde/patch-1HEADmaster
README.rst: fix code block annotation
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9ab93af7..8ee638ea 100644
--- a/README.rst
+++ b/README.rst
@@ -76,11 +76,11 @@ configured by going::
MAKE on debian
==============
-```bash
+``bash
sudo apt install libpci-dev libpcap-dev libsndfile-dev libjack-dev
make all
make -C lib/igb_avb all
-```
+``
CMAKE
=====