This commit is contained in:
Simon Fortier
2019-07-20 10:25:41 -04:00
committed by GitHub
parent 9ef184fd7c
commit 1dc4edad8a

View File

@@ -3,11 +3,11 @@
Hamming distance for fixed-length `bytea` datatype.
### Compiling from source (Cmake)
### Compiling from source (CMake)
```bash
cmake .
make
```
See [hamming.c](hamming.c) for more information
See [hamming.c](hamming.c) for more information