Skip to content

Commit abefcd5

Browse files
Releasing EZCode v3.0.0
1 parent 7668a7f commit abefcd5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

EZCode/EZCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public class EZCode
44
{
5-
public static string Version = "3.0.0-beta";
5+
public static string Version = "3.0.0";
66
public static void RunFileWithMain(string file)
77
{
88
Parser parser = new Parser(new FileInfo(Path.GetFullPath(file)));

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,22 @@ method printColor : @color:c {
4444
**Welcome to EZCode!** EZCode is a comprehensive programming language built off of Microsoft WinForms. EZCode strives to make it as easy as possible to build a Windows program ranging from a Visual Application to simple console programs. Refer to [Community](#community) to learn more on how to contribute and where to join our Discord Server!
4545
</details>
4646

47+
<details open>
48+
<summary><h2>Command Line</h2></summary>
49+
50+
To run EZCode, use the following command (assuming you have installed it [HERE](https://github.com/EZCodeLanguage/EZCode/releases/latest))
51+
> `ez FILE_PATH`
52+
53+
To start a integrated environment, use:
54+
> `ez start`
55+
56+
To create a project, use:
57+
> `ez new project NAME`
58+
59+
View all commands with:
60+
> `ez help`
61+
62+
4763
<details open>
4864
<summary><h2>Docs</h2></summary>
4965

0 commit comments

Comments
 (0)