This commit is contained in:
Michael H.G. Schmidt 2023-01-02 12:14:20 +01:00
parent 38fea636fc
commit 2a38e650e6

View File

@ -201,9 +201,9 @@ setx PATH %SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMR
```dos ```dos
cd /D %USERPROFILE% cd /D %USERPROFILE%
mkdir workspace\github mkdir workspace\git
cd workspace\github cd workspace\git
git clone https://github.com/mhgschmidt/w10install.git git clone https://gitea.exabyte.systems/WINDOWS/w10install.git
cd w10install cd w10install
``` ```