]> gitweb.michael.orlitzky.com - hath.git/commitdiff
doc/README.rst: remove "user" prefixen from a code block master codeberg/master
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 23 Feb 2026 20:47:18 +0000 (15:47 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 23 Feb 2026 20:47:18 +0000 (15:47 -0500)
(For consistency with the others.)

doc/README.rst

index 6dc5fdffa88672815196620ba8ef2431be5ddd2b..12608f3e6da3b77f462675d783f261d9ddecf378 100644 (file)
@@ -84,9 +84,9 @@ cabal packages. If you just want to install it for your user,
 
 .. code-block:: console
 
-  user $ runghc Setup.hs configure --user
-  user $ runghc Setup.hs build
-  user $ runghc Setup.hs install
+  $ runghc Setup.hs configure --user
+  $ runghc Setup.hs build
+  $ runghc Setup.hs install
 
 should do it.