From 8fc6270f134b29405f49e57758b5d8c7082be691 Mon Sep 17 00:00:00 2001 From: airscripts Date: Sat, 29 Jul 2023 18:23:51 +0200 Subject: [PATCH] chore: update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72e4070..a9cbc57 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Usage: analscript command [options] [arguments] Commands: + run Run a .anal file + compile Compile any file to .anal anallify Encode string to anal stringify Decode anal to string help Show this help @@ -53,7 +55,7 @@ Arguments: Nothing to see here ``` -As you can see, you can as of this latest version, have access to two more commands beside help: *anallify* and *stringify*. +As you can see, you can as of this latest version, have access to a variety of commands. Use them to write or read your anally marvelous softwares! ## Contributing