Skip to content

Commit

Permalink
Fix alias note in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jul 12, 2024
1 parent 143dc62 commit d973e3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ The main interface to Runic is the command line interface (CLI) through the `mai
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.
> You can add the following snippet to your shell startup file so that you can invoke the
> CLI a bit simpler:
> ```sh
> alias runic="julia -m Runic"
> ```
> [!NOTE]
> The `-m` command line flag is only available in Julia 1.12 and later. In earlier versions
Expand Down

0 comments on commit d973e3a

Please sign in to comment.