Clarify Windows installation bad + alternatives

State some ruby gems might not be supported and Docker is easiest solution.
This commit is contained in:
lectrician1 2022-09-16 16:52:07 -04:00 committed by GitHub
parent aae5cd3d4e
commit d602c7d0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ are two alternatives which make it easier to get a consistent development enviro
These instructions are based on Ubuntu 20.04 LTS, which is the platform used by the OSMF servers.
The instructions also work, with only minor amendments, for all other current Ubuntu releases, Fedora and MacOSX
We don't recommend attempting to develop or deploy this software on Windows. If you need to use Windows, then try developing this software using Ubuntu in a virtual machine, or use [Vagrant](VAGRANT.md).
We don't recommend attempting to develop or deploy this software on Windows. Some Ruby gems may not be supported. If you need to use Windows the easiest solutions in order are [Docker](DOCKER.md), [Vagrant](VAGRANT.md), and Ubuntu in a virtual machine.
## Dependencies