Skip to content

Commit

Permalink
Add alias tip to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jul 12, 2024
1 parent c629ff8 commit 143dc62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Pkg.add(url = "https://github.com/fredrikekre/Runic.jl")
The main interface to Runic is the command line interface (CLI) through the `main` function
invoked with the `-m` flag. See the output of `julia -m Runic --help` for details:

> [!TIP]
> Add `alias runic="julia -m Runic""` to your shell startup file to make the CLI easier to
> invoke.
> [!NOTE]
> The `-m` command line flag is only available in Julia 1.12 and later. In earlier versions
> you have to invoke the `main` function explicitly, for example:
Expand Down

0 comments on commit 143dc62

Please sign in to comment.