The read-me file included in downloads is automatically generated by Deploy.bat.
The file contains only a link to the "Installation" section of README.md. This section's ID has changed, so although the link opens README.md, it doesn't go to the installation section.
The error is in the Deploy.bat line
set WebDocs=https://github.com/ddabapps/swagview/blob/main/README.md#installation
EITHER correct the link (but see issue #7 first re a typo in the section heading that affects the link name) OR just link to README.md and tell the reader to scroll down to the required section.
The read-me file included in downloads is automatically generated by
Deploy.bat.The file contains only a link to the "Installation" section of
README.md. This section's ID has changed, so although the link opens README.md, it doesn't go to the installation section.The error is in the
Deploy.batlineEITHER correct the link (but see issue #7 first re a typo in the section heading that affects the link name) OR just link to
README.mdand tell the reader to scroll down to the required section.