From 8c6e827018e33d8199bb12b5dd8f524ce33aa1a6 Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Thu, 9 Jan 2020 21:55:13 +0100 Subject: [PATCH] Add notes for Windows support in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dcd1841..4b975e65 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ If you are interested, you can check out a [demo of Astuto](http://116.203.226.1 ## Installation +**Note**: it is strongly suggested to run Astuto on Linux or macOS. As of today, Windows is likely to [cause problems](https://github.com/riggraz/astuto/wiki/Common-problems#standard_init_linuxgo211-exec-user-process-caused-no-such-file-or-directory). If you want to try anyway, follow along with the [Windows users installation guide](https://github.com/riggraz/astuto/wiki/Installation-for-Windows-users). + 1. Ensure that you have the required software installed. 2. Clone this repository. 3. In Astuto's root directory, create a file named `.env` and fill it with the required environment variables (see `.env-example` for an example and check [this wiki page](https://github.com/riggraz/astuto/wiki/Required-environment-variables) for an explanation of the variables).