Build instructions

This commit is contained in:
David Peter 2017-05-09 23:29:14 +02:00 committed by GitHub
parent aab0a2dcfb
commit 8acb30bc41
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# fnd
A modern, convenient and fast replacement for 'find'
## Build
```bash
cmake .
make
```