|
@@ -109,11 +109,13 @@ cd audiogram
|
109
|
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
|
120
|
You can clone the repo and build an image, or build it directly from the repo:
|
119
|
121
|
|