diff --git a/.gitignore b/.gitignore index 562f2f6..e335d69 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .project .settings/org.eclipse.jdt.core.prefs *.jar -.all-contributorsrc \ No newline at end of file +.all-contributorsrc +dist/bin/ \ No newline at end of file diff --git a/Cli.java b/Cli.java index f3a49f3..cd28eae 100644 --- a/Cli.java +++ b/Cli.java @@ -11,7 +11,7 @@ * languages like JavaScript, C++ or Python. */ public class Cli { - private static final String VERSION = "2.1.0"; + private static final String VERSION = "2.2.0"; private static final String DESCRIPTION = "A command line interface tool for the RustScript language."; private static final String COPYRIGHT = "Copyright (c) 2021 William Rågstad"; private static final String HELP = String.format(""" diff --git a/README.md b/README.md index 372bf04..4c70a79 100644 --- a/README.md +++ b/README.md @@ -26,21 +26,25 @@ ### 🔌Run -See CLI user manual/help by running `rsc` with the `--help` or `-h` options. -Run a script using the following command. +> Don't forget to download the latest version from above, and install the RustScript toolchain as described in the `README.md` installation instructions file that comes pre-packaged. + +Run the `rsc` command with either the `--help` or `-h` option to show the user manual or help page for the CLI tool. +Execute scripts using the following command. ```shell -java -jar rsc.jar