docs(readme): add section on using ahk

This commit is contained in:
LGUG2Z
2023-04-30 12:33:55 -07:00
committed by جاد
parent e4a9719f4f
commit 9431bac4ad
4 changed files with 55 additions and 15 deletions

View File

@@ -1808,12 +1808,6 @@ fn main() -> Result<()> {
"could not find the path to the generated configuration file"
))?
);
println!(
"\nYou can include the generated configuration at the top of your komorebi.ahk config with this line:"
);
println!("\n#Include %A_ScriptDir%\\komorebi.generated.ahk");
}
SubCommand::PwshAppSpecificConfiguration(arg) => {
let content = std::fs::read_to_string(resolve_windows_path(&arg.path)?)?;