Bläddra i källkod

Updating Docker note

Noah 7 år sedan
förälder
incheckning
69190d587d
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. 4 2
      INSTALL.md

+ 4 - 2
INSTALL.md Visa fil

109
 npm install
109
 npm install
110
 ```
110
 ```
111
 
111
 
112
-## Docker installation
112
+## Windows installation
113
 
113
 
114
-If you use [Docker](https://www.docker.com/products/docker), you can build an image from the included Dockerfile.
114
+Installing these dependencies on Windows is pretty dicey.  If you're running Windows 10, you'll probably have better luck installing [Docker for Windows](https://docs.docker.com/docker-for-windows/) and then following the [Docker instructions](INSTALL.md#docker-installation) below. Otherwise your best bet is probably to [install it on a remote Linux server](SERVER.md#im-the-only-one-using-it-and-installing-it-on-macwindows-was-a-real-drag).
115
 
115
 
116
+## Docker installation
116
 
117
 
118
+If you use [Docker](https://www.docker.com/products/docker), you can build an image from the included Dockerfile.
117
 
119
 
118
 You can clone the repo and build an image, or build it directly from the repo:
120
 You can clone the repo and build an image, or build it directly from the repo:
119
 
121