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:
parent
60047aed23
commit
3812bafcd8
2 changed files with 1 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Simh Development Binaries
|
||||
|
||||
This repository contains binaries for the Windows platform built at least once per week if any changes have been made to the source archive during that week.
|
||||
|
||||
The files contained here should run on all versions of Windows starting with XP.
|
||||
|
||||
If issues are noticed with the behavior of any simulator, please create an issue at https://github.com/simh/simh/issues describing the problem, or send a note to the simh mailing list. Please be sure to identify which binary demonstrates the issue and which commit introduced the problem.
|
||||
|
Loading…
Add table
Reference in a new issue