Skip to content

Commit

Permalink
Merge pull request #8 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Fix juliaup docs
  • Loading branch information
schlichtanders authored Aug 30, 2024
2 parents 0567b7b + 3bba1f6 commit bbb88cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

**You have a julia script.jl and want to run it fast?**

Welcome to `juliascript`! It is build for exactly that purpose.
Welcome to `juliascript`! It is built for exactly that purpose.

## Installation

1. Make sure `julia` is installed via [juliaup](https://github.com/JuliaLang/juliaup)
2. Then run the following in a linux bash terminal
2. Then run the following in a Linux bash terminal
```bash
curl -o ~/.juliaup/bin/juliascript -fsSL https://raw.githubusercontent.com/jolin-io/JuliaScript.jl/main/bin/juliascript
chmod +x ~/.juliaup/bin/juliascript
curl -o ~/.julia/juliaup/bin/juliascript -fsSL https://raw.githubusercontent.com/jolin-io/JuliaScript.jl/main/bin/juliascript
chmod +x ~/.julia/juliaup/bin/juliascript
```

Now you can run `juliascript yourscript.jl` on the terminal, or use the shebang `#!/usr/bin/env juliascript` as the first line of your exectuable script.
Expand Down

0 comments on commit bbb88cf

Please sign in to comment.