Merge pull request #3693 from lectrician1/patch-2

Clarify Windows installation bad + alternatives
This commit is contained in:
Andy Allan 2022-10-19 16:00:08 +01:00 committed by GitHub
commit 3bea64f4cc
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. 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 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 ## Dependencies