From d973e3af520888e5709e6e86cc7155175727c77c Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 12 Jul 2024 20:49:07 +0200 Subject: [PATCH] Fix alias note in the readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afa1d3c..8cf280a 100644 --- a/README.md +++ b/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: > [!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