Merge pull request #393 from banderlog/patch-2

Update README.md
This commit is contained in:
Ingo Bürk 2020-03-15 12:47:10 +01:00 committed by GitHub
commit b7c1307194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ If you absolutely have to build from source, use:
autoreconf -fi
mkdir build
cd build
../configure
../configure --disable-sanitizers
make -j8
sudo make install
```