diff --git a/README.md b/README.md index 8dbba52..8bd2fcc 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ func main { mega | with args ; I lied. This is now no longer 100% equivalent. Let's look at what happens under the hood. - ```asm + ```js call Range objpush const mega 0 diff --git a/install.spl b/install.spl index 09899c5..3a64d31 100644 --- a/install.spl +++ b/install.spl @@ -1,6 +1,6 @@ "to be run with `cargo run install.spl`."; -func main { mega | +func main { mega | with args ; [ "sudo" "mkdir" "/usr/lib/spl" ] command-wait; [ "sh" "-c" "sudo cp *.spl /usr/lib/spl" ] command-wait; [ "cargo" "build" "--release" ] command-wait;