From b1bc81849aa9811574b440d6f342bf18ab6b56d9 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 1 Aug 2020 09:39:32 -0600 Subject: [PATCH] Update compile.md --- Manual/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual/compile.md b/Manual/compile.md index c255033..8806cfa 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -13,7 +13,7 @@ So compiling DSDTs and SSDTs are quite easy with macOS, all you need is [MaciASL For those who prefer the command line, grab [iasl-stable](https://github.com/acidanthera/MaciASL/blob/master/Dist/iasl-stable) and run the following: ``` -path/to/iasl.exe path/to/DSDT.aml +path/to/iasl path/to/DSDT.aml ``` * If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.