From c04794f1a7923179040ff68f13d320c35bbc6738 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 23 Feb 2026 15:47:18 -0500 Subject: [PATCH] doc/README.rst: remove "user" prefixen from a code block (For consistency with the others.) --- doc/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.51.0