.
This commit is contained in:
parent
1cd80ad26f
commit
f3b27ad9fd
17
README.md
17
README.md
@ -9,7 +9,7 @@ This is actually the only *supported* version!
|
|||||||
|
|
||||||
- a working Windows 10 installation
|
- a working Windows 10 installation
|
||||||
- a working *commandline* GIT client
|
- a working *commandline* GIT client
|
||||||
- a windows ISO image or Media creator
|
- a windows ISO image or Windows Media creator
|
||||||
- some tools from Microsoft
|
- some tools from Microsoft
|
||||||
- some other tools (curl, 7zip etc. pp.)
|
- some other tools (curl, 7zip etc. pp.)
|
||||||
|
|
||||||
@ -145,14 +145,21 @@ del /S /Q /A c:\temp\install-git.txt 1>nul
|
|||||||
WARNING!
|
WARNING!
|
||||||
DO NOT execute this in case you have important contents in your path variable!
|
DO NOT execute this in case you have important contents in your path variable!
|
||||||
|
|
||||||
Please check you PATH variable with:
|
To display the PATH variable execute:
|
||||||
```dos
|
```dos
|
||||||
echo %PATH%
|
echo %PATH%
|
||||||
```
|
```
|
||||||
... and check the contents.
|
|
||||||
If necessary modify the command below or extend your path variable via the windows settings GUI!
|
|
||||||
|
|
||||||
Execute:
|
If necessary modify the command below or extend your path variable via the windows settings GUI! You need to extend your PATH variable with the following new pathes:
|
||||||
|
|
||||||
|
```text
|
||||||
|
%TOOLS%
|
||||||
|
%TOOLS%\git\bin
|
||||||
|
%TOOLS%\git\usr\bin
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
But in case you are fine with our path settings just execute:
|
||||||
```dos
|
```dos
|
||||||
set PATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin
|
set PATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin
|
||||||
setx PATH %SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin
|
setx PATH %SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user