From b2d18ffbd1e44019d5335e8baf3cf19bf92979c4 Mon Sep 17 00:00:00 2001 From: Sergey Markov Date: Sun, 8 May 2022 16:18:44 +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 6fae00c0..cb31fb37 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ requires the zmq devel library installed. Basic build: -```sh -sudo apt-get install build-essential yasm -./configure -make +```console +foo@bar:~$ sudo apt-get install build-essential yasm +foo@bar:~$ ./configure +foo@bar:~$ make ```