aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/fswatch/README17
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
-