mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
fix install instructions
This commit is contained in:
parent
e7acd00aa0
commit
a7fdbca30b
7 changed files with 19 additions and 6 deletions
|
@ -66,9 +66,15 @@ case "$lang" in
|
|||
"go")
|
||||
bin=go
|
||||
;;
|
||||
"haskell" | "hs")
|
||||
bin=haskell
|
||||
;;
|
||||
"java")
|
||||
bin=java
|
||||
;;
|
||||
"jelly")
|
||||
bin=jelly
|
||||
;;
|
||||
"julia" | "jl")
|
||||
bin=julia
|
||||
;;
|
||||
|
@ -120,9 +126,6 @@ case "$lang" in
|
|||
"typescript" | "ts")
|
||||
bin=typescript
|
||||
;;
|
||||
"haskell" | "hs")
|
||||
bin=haskell
|
||||
;;
|
||||
*)
|
||||
echo "invalid language"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue