From 0394670c7c2dc176de44327d36e59d4ac6b94597 Mon Sep 17 00:00:00 2001 From: Sergey Markov Date: Sun, 8 May 2022 16:20:03 +0300 Subject: [PATCH] change README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68eccb6c..e4fa30a9 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ requires the zmq devel library installed. Basic build: -```shell -foo@bar:~$ sudo apt-get install build-essential yasm -foo@bar:~$ ./configure -foo@bar:~$ make +``` +sudo apt-get install build-essential yasm +./configure +make ```