diff --git a/README.md b/README.md index abc3082..7b07c3d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # fnd A modern, convenient and fast replacement for 'find' + +## Build +```bash +cmake . +make +```