Index: /trunk/Nebulous-Server/docs/setup.txt
===================================================================
--- /trunk/Nebulous-Server/docs/setup.txt	(revision 4801)
+++ /trunk/Nebulous-Server/docs/setup.txt	(revision 4802)
@@ -1,5 +1,9 @@
 - Create a UNIX group for Nebulous
 
-# groupadd nebulous
+# groupadd -g 877 nebulous
+
+This is a silly hack to generate a gid.
+
+$ perl -le 'map { $gid += ord } split //, shift; print $gid' nebulous
 
 - Add the users that you want to be able to access Nebulous to that group
Index: /trunk/Nebulous/docs/setup.txt
===================================================================
--- /trunk/Nebulous/docs/setup.txt	(revision 4801)
+++ /trunk/Nebulous/docs/setup.txt	(revision 4802)
@@ -1,5 +1,9 @@
 - Create a UNIX group for Nebulous
 
-# groupadd nebulous
+# groupadd -g 877 nebulous
+
+This is a silly hack to generate a gid.
+
+$ perl -le 'map { $gid += ord } split //, shift; print $gid' nebulous
 
 - Add the users that you want to be able to access Nebulous to that group
