From adcc628166f823d404b0c5f6088e8b3583dc3ca9 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 27 Mar 2021 22:33:50 +0100 Subject: [PATCH] READM --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baa19ec..a08ff86 100644 --- a/README.md +++ b/README.md @@ -202,15 +202,23 @@ cd w10install # 4. Get essential building tools and software +You can download almost all needed software with the script "01_DownloadAll.cmd". + +To do this execute: +```dos +cd /D %USERPROFILE%\workspace\github\w10install +01_DownloadAll.cmd +``` + + ## 4.1 Basic software The "basic" software is needed to make this work. Execute: ```dos -cd software +cd /D %USERPROFILE%\workspace\github\w10install\software download-from-source.cmd basic -cd .. ``` Config file: basic.csv @@ -222,9 +230,8 @@ This contains firefox and some addons ... To download it execute: ```dos -cd software +cd /D %USERPROFILE%\workspace\github\w10install\software download-from-source.cmd browser -cd .. ``` Config file: browser.csv @@ -236,9 +243,8 @@ This contains optional software. For e.g.: Purebasic, TotalCommander, em-Client, To download it execute: ```dos -cd software +cd /D %USERPROFILE%\workspace\github\w10install\software download-from-source.cmd optional -cd .. ``` Config file: optional.csv