From 0c11905723677910ff343212deebacde9b623c2c Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Mon, 1 Apr 2024 20:54:45 +0300 Subject: [PATCH] Update Command Example under sub-section 'Automation' This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c93e6a43..60c4fec2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Some features are avaliable through automation. This allows you to save your con 5. Install the Windows image. 6. In the new Windows, Open PowerShell in the admin mode and run command to automatically apply tweaks and install apps from the config file. ``` -irm https://christitus.com/win -Config [path-to-your-config] -Run | iex +iex "& { $(irm christitus.com/win) } -Config [path-to-your-config] -Run" ``` 7. Have a cup of coffee! Come back when it's done.