diff --git a/README.md b/README.md index a64efc87..b77c0870 100644 --- a/README.md +++ b/README.md @@ -103,30 +103,6 @@ version is **4.3.11**. endlocal ``` - - If you use **windows**, please use this command。 - - ```bat - @echo off - setlocal enabledelayedexpansion - REM YOUR HOME DIR - set "HomeDir=%USERPROFILE%" - set "sourceDir=%HomeDir%\.zprezto\runcoms" - set "linkDir=%HomeDir%" - echo "sourceDir = %sourceDir%" - echo "linkDir = %linkDir%" - - if not exist "%linkDir%" mkdir "%linkDir%" - for /R "%sourceDir%" %%F in (*) do ( - set "fileName=%%~nxF" - REM echo "filename=!fileName!" - REM echo "F=%%F" - REM pause - if /I not "!fileName!"=="README.md" ( - mklink "%linkDir%\.!fileName!" "%%F" - ) - ) - ``` **Note:** If you already have any of the given configuration files, `ln` in the above operation will cause an error. In simple cases, you can load