updated README

This commit is contained in:
Pin
2021-10-22 15:39:15 -04:00
parent d9c98f4d51
commit dead4c2b9d

View File

@@ -5,3 +5,10 @@ This is a simple file lock program which takes two arguments.
- -f: File which will be locked
- -s: Number of seconds to lock the file
## Install
```
make build
sudo make install
```