From 9b434441a0ebe9faea4e679b703d0a2ad7dad1b5 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 23 Apr 2020 21:46:54 -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 47e0f09..e4aa663 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -34,7 +34,7 @@ path/to/iasl.exe path/to/DSDT.aml ## Linux -Compiling and decompiling with Linux is just as simple, you will need a special copy of [iasl](http://amdosx.kellynet.nl/iasl.zip) and terminal: +Compiling and decompiling with Linux is just as simple, you will need a copy of [iasl](http://amdosx.kellynet.nl/iasl.zip) and terminal(note iasl from any package manager will do fine as well): ```text path/to/iasl path/to/DSDT.aml