Small update to README file

it could be necessary to execute make install
This commit is contained in:
Luca Mannella
2022-09-12 17:29:47 +02:00
committed by GitHub
parent 81f0807b63
commit 84248a7884

View File

@@ -100,7 +100,7 @@ Then:
$ make
$ make test
$ make USE_VALGRIND=0 test # optionally skip using valgrind
$ make install
$ sudo make install # it could be necessary to execute make install
```