We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45031df commit 8885d3cCopy full SHA for 8885d3c
terminal/Main.hs
@@ -67,11 +67,9 @@ main =
67
do
68
putStrLn "Expected exactly 1 argument: a json-encoded command."
69
putStrLn ""
70
- putStrLn "You tried to execute the backend of the Gren compiler, which isn't meant for \
71
- \direct invocation. Try to run the frontend instead."
72
- putStrLn ""
73
- putStrLn "For more information, read the README.md in the gren-lang/compiler repo."
74
-
+ putStrLn
+ "It looks like you are trying to run Gren's internal backend directly.\
+ \ To properly install Gren, see https://gren-lang.org/install"
75
76
data Command
77
= Init InitFlags
0 commit comments