mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-23 17:13:40 +03:00
Expanded instructions in wasp version CLI cmd.
This commit is contained in:
parent
a16aa73753
commit
10531ee8e0
@ -118,9 +118,12 @@ printVersion = do
|
||||
unlines
|
||||
[ show waspVersion,
|
||||
"",
|
||||
"If you wish to install/switch to different version of Wasp, do:",
|
||||
"If you wish to install/switch to the latest version of Wasp, do:",
|
||||
" curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s",
|
||||
"or do",
|
||||
" curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v x.y.z",
|
||||
"where x.y.z is the desired version.",
|
||||
"if you want specific x.y.z version of Wasp.",
|
||||
"",
|
||||
"Check https://github.com/wasp-lang/wasp/releases for the list of valid versions, include the latest one."
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user