From 2cf5ad180cf190e4cacd13a2f28802dc70e4f740 Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Fri, 20 Dec 2019 18:25:27 +0100 Subject: [PATCH] Improve installation paragraph in README * Remove link to Astuto download because that link didn't work. * Better explain step 3 of installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b6799a8..af464e31 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ If you are interested, you can check out a [demo of Astuto](http://116.203.226.1 ## Installation 1. Ensure that you have the required software installed. -2. Download Astuto by cloning this repo or from [here](#). -3. In the 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). +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). 4. Run `script/docker-update-and-run.sh`. 5. You should now have a running instance of Astuto at `localhost:3000`. A default user account has been created with credentials email: `admin@example.com`, password: `password`.