Browse Source

Fix alias note in the readme

pull/19/head
Fredrik Ekre 1 year ago
parent
commit
d973e3af52
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 7
      README.md

7
README.md

@ -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: invoked with the `-m` flag. See the output of `julia -m Runic --help` for details:
> [!TIP] > [!TIP]
> Add `alias runic="julia -m Runic""` to your shell startup file to make the CLI easier to > You can add the following snippet to your shell startup file so that you can invoke the
> invoke. > CLI a bit simpler:
> ```sh
> alias runic="julia -m Runic"
> ```
> [!NOTE] > [!NOTE]
> The `-m` command line flag is only available in Julia 1.12 and later. In earlier versions > The `-m` command line flag is only available in Julia 1.12 and later. In earlier versions

Loading…
Cancel
Save