From: Michael Orlitzky Date: Mon, 23 Feb 2026 20:47:18 +0000 (-0500) Subject: doc/README.rst: remove "user" prefixen from a code block X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=inline;p=hath.git doc/README.rst: remove "user" prefixen from a code block (For consistency with the others.) --- diff --git a/doc/README.rst b/doc/README.rst index 6dc5fdf..12608f3 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -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.