]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update cabal and opam description (#71)
authorWillenbrink <sebastian.willenbrink@tum.de>
Mon, 30 May 2022 14:39:44 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Mon, 30 May 2022 14:39:44 +0000 (16:39 +0200)
programs/cabal.json
programs/opam.json

index 01444df74f2216b610e416f0b12881b1b5b2ee1e..862798754049e9bc90673d815f6579086494d3d9 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.cabal",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_CACHE_HOME\"/cabal\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_DATA_HOME\"/cabal\n```\n"
         }
     ],
     "name": "cabal"
index 9788eb672d210180029718114da068cd1b601d45..7a5d3ce56e47061906821366a4bc1cecb23a9af3 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.opam",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport OPAMROOT=\"$XDG_DATA_HOME/opam\" \n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport OPAMROOT=\"$XDG_DATA_HOME/opam\" \n```\nRun ```opam init``` to re-initialize it and check the results with ```opam env -v```."
         }
     ],
     "name": "opam"
-}
\ No newline at end of file
+}