From ca75ef705090957f9050e30d102c08a295688968 Mon Sep 17 00:00:00 2001 From: Moritz Kempe Date: Sun, 4 Aug 2024 22:30:45 +0200 Subject: [PATCH] repaired bad codeblocks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52d55a7..035f369 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Versions: ./configure make make install -''' +``` #### opal ```bash @@ -53,16 +53,16 @@ make install make -j5 make runtest make install -''' +``` #### t38modem If you are getting error about `-1` not being able to be casted to a `long unsigned int` due to `-Wnarrowing` inside `dle.cxx`, you can add `-Wno-narrowing` after the `CPPFLAGS` in the Makefile to disable this error -'''bash +```bash git clone https://github.com/hehol/t38modem cd t38modem make -''' +``` If running the t38modem executable, you should run these commands ```bash