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
cd /D %USERPROFILE%
mkdir workspace\github
cd workspace\github
git clone https://github.com/mhgschmidt/w10install.git
mkdir workspace\git
cd workspace\git
git clone https://gitea.exabyte.systems/WINDOWS/w10install.git
cd w10install
```