]> git.openstreetmap.org Git - rails.git/commitdiff
Clarify Windows installation bad + alternatives
authorlectrician1 <jayandseth@gmail.com>
Fri, 16 Sep 2022 20:52:07 +0000 (16:52 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Sep 2022 20:52:07 +0000 (16:52 -0400)
State some ruby gems might not be supported and Docker is easiest solution.

INSTALL.md

index 3d591c92de5fc36e775e5b9f42106ed7896f19d9..f3b4b85502f448d617134fc4469c9166628b1eb6 100644 (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