diff doc/installation.txt @ 7301:d5442d781a09

update doc on check for pre-installed roundup
author John Rouillard <rouilj@ieee.org>
date Sun, 07 May 2023 09:24:14 -0400
parents 4553614a2b22
children d2633821fe07
line wrap: on
line diff
--- a/doc/installation.txt	Sun May 07 09:10:10 2023 -0400
+++ b/doc/installation.txt	Sun May 07 09:24:14 2023 -0400
@@ -200,11 +200,12 @@
 
 .. note::
     Some systems, such as Gentoo and NetBSD, already have Roundup
-    installed. Try running the command "roundup-admin" with no arguments,
-    and if it runs you may skip the `Basic Installation Steps`_
-    below and go straight to `configuring your first tracker`_.
-    However they may install an old version, so you are probably
-    beter off installing it from the roundup web site or pypi.
+    installed. Try running the command "roundup-admin -v".
+    If it runs and reports a current version, you may skip the
+    `Basic Installation Steps`_ below and go straight to
+    `configuring your first tracker`_. However it may be an old
+    version. If so you should probably install it in a virtual
+    environment from the Roundup web site or pypi.
 
 Download the latest version from https://www.roundup-tracker.org/.
 

Roundup Issue Tracker: http://roundup-tracker.org/