Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-06 00:17:58 +00:00
parent 9b4b323d91
commit b8f18a7a83
8 changed files with 44 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git
`ghcup tui`
- List available GHC/cabal versions:
- List available GHC/Cabal versions:
`ghcup list`
@@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git
`ghcup install ghc {{version}}`
- Set the currently "active" GHC version:
- Activate a specific GHC version:
`ghcup set ghc {{version}}`