Skip to content

Commit df64810

Browse files
authored
modify readme
1 parent 9150284 commit df64810

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ It is a high-performance dynamic library for string match.
1111
You can test it with bm_test for single pattern search and mpse_test for multi pattern search.
1212

1313

14-
To Build
15-
---------------------
1614

17-
./autogen.sh
18-
./configure
19-
make
20-
make install # optional
2115

2216
Licensing
2317
---------
@@ -31,3 +25,14 @@ This program is distributed in the hope that it will be useful,
3125
but WITHOUT ANY WARRANTY; without even the implied warranty of
3226
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3327
GNU General Public License for more details.
28+
29+
30+
31+
To Build
32+
---------------------
33+
34+
```bash
35+
./autogen.sh
36+
./configure
37+
make
38+
make install # optional

0 commit comments

Comments
 (0)