Skip to content

Commit 8885d3c

Browse files
committed
Change error message.
1 parent 45031df commit 8885d3c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

terminal/Main.hs

+3-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ main =
6767
do
6868
putStrLn "Expected exactly 1 argument: a json-encoded command."
6969
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-
70+
putStrLn
71+
"It looks like you are trying to run Gren's internal backend directly.\
72+
\ To properly install Gren, see https://gren-lang.org/install"
7573

7674
data Command
7775
= Init InitFlags

0 commit comments

Comments
 (0)