From 0c48c69afefafcfb0ba48a76c83244d192d553d4 Mon Sep 17 00:00:00 2001 From: Felix Schreiber <83061405+Scriptor25@users.noreply.github.com> Date: Sun, 16 Apr 2023 17:59:26 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f979117..6eb6875 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,8 @@ # CScript -## Setup - Command Line Tool +## Setup -- Clone the repo -- Open CScript.exe +Clone or download the repo and use the CScript-Installer for installation -## Setup - Scripts +## Run -- Clone the repo -- Create a new file, may end with '.csc' -- Open in an code editor -- For syntax highligthing in Notepad++: - - Go to tab 'Language' -> 'User Defined Language' -> 'Define your language...' - - At the top of the new window, select 'Import...' - - Navigate to the 'CScript.xml' file and select 'Open' - -## Run your code - -- Using commandline: - - Open a new terminal window - - type './[CScript-Installation-Folder]/CScript.exe [Path-To-Csc-File]'