From b8d62615a89fba60121f6be3bc74fd0f183a1f9c Mon Sep 17 00:00:00 2001 From: Avery Black Date: Thu, 23 Apr 2020 21:51:09 -0700 Subject: [PATCH] Minor Linux fixup --- Manual/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual/compile.md b/Manual/compile.md index e4aa663..b3fa1c6 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 copy of [iasl](http://amdosx.kellynet.nl/iasl.zip) and terminal(note iasl from any package manager will do fine as well): +Compiling and decompiling with Linux is just as simple, you will need a copy of iasl. You can get it here ([iasl](http://amdosx.kellynet.nl/iasl.zip)) or through the `iasl` package in your package manager. iasl can be used as such: ```text path/to/iasl path/to/DSDT.aml