diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:14:00 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:06 -0400 |
commit | ebca52f388df4a4b3517d1aac751f18dfe429637 (patch) | |
tree | 01b06dd0a6017ecdc70354ad6077ef93370849bd /system/fswatch | |
parent | cef39735f61326b6a29665849a48f8b419552971 (diff) |
system/fswatch: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/fswatch')
-rw-r--r-- | system/fswatch/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/system/fswatch/README b/system/fswatch/README index 9a2dc20522c1a..b240cf9d58798 100644 --- a/system/fswatch/README +++ b/system/fswatch/README @@ -1,13 +1,14 @@ -fswatch is a cross-platform file change monitor that receives notifications -when the contents of the specified files or directories are modified. +fswatch is a cross-platform file change monitor that receives +notifications when the contents of the specified files or directories +are modified. -The fswatch.SlackBuild automatically builds the linux variant of fswatch. +The fswatch.SlackBuild automatically builds the linux variant of +fswatch. -If you would like to compile fswatch for another OS, please check the README -files that will be saved to /usr/doc/fswatch-${VERSION}/ +If you would like to compile fswatch for another OS, please check the +README files that will be saved to /usr/doc/fswatch-${VERSION}/ -The default compiler is clang++ however, if you prefer, fswatch can also be -compiled with g++: +The default compiler is clang++; however, if you prefer, fswatch can +also be compiled with g++: CXX="g++" ./fswatch.SlackBuild - |