Fixed charset handling of the filenames.
[captive.git] / README
diff --git a/README b/README
index e19daad..fcdcaea 100644 (file)
--- a/README
+++ b/README
@@ -120,12 +120,15 @@ Compile by:
   make
 
 Now you have './src/client/cmdline/captive-cmdline' available for testing.
-Later you may invoke standard:
-  make install
 
-Manual addition of user and group 'captive' is required for '--sandbox-server':
+Manual addition of user and group 'captive' is required for '--sandbox-server'.
+User 'captive' should have its group 'captive'. Login should be forbidden.
+Commands may vary on your system, please consult groupadd(8) and useradd(8):
   groupadd captive
-  useradd captive
+  useradd -g captive -r -s /sbin/nologin captive
+
+Later you may invoke standard:
+  make install
 
 Both these steps will be suggested during 'make install' if appropriate:
 You may need to add '/usr/local/lib' line (without quotes) to your