From b13dc228074ec2d87fa2277bbccf8cb87aa1a136 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Mon, 25 Jan 2016 18:14:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92d031f..e8bc68a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Main reasons for ASL: ASL is a command line tool. After you have downloaded it, navigate to the binary and execute it: ``` -asl [-v|-r|-pretty|--help] +asl.exe [-v|-r|-pretty|--help] ``` | Parameter | Optional/Required | Meaning | @@ -33,7 +33,7 @@ asl [-v|-r|-pretty|--help] **Example:** ``` -asl ./missions/myMission/myScripts ./missions/myMission/compiledScripts +asl.exe ./missions/myMission/myScripts ./missions/myMission/compiledScripts ``` Since 1.2.0 ASL requires a [supportInfo](https://community.bistudio.com/wiki/supportInfo) file, which must be generated, named "types" and placed right next to the binary. So if you have the asl.exe there must also be a file called types right next to it. The content looks like: