1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

Visual Studio Projects: Update Win32-Development-Binaries-README

This file is the README which will land in a newly reset
Win32-Development-Binaries repository.  It has been revised to
suggest that forking the Win32-Development-Binaries repo need
never be done and is only wasteful of space on GitHub.
This commit is contained in:
Mark Pizzolato
2019-11-24 11:56:36 -08:00
parent 60047aed23
commit 3812bafcd8
2 changed files with 1 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ if "%1" neq "reset" goto GitAddNew
:GitSetup
if exist .git rmdir/q/s .git
if exist *.zip del *.zip
copy /y "%~p0README.md" .\
copy /y "%~p0Win32-Development-Binaries-README.md" .\README.md
git init
git add README.md
git commit -m "Initializing the Windows Binary repository"