From af19aacc791761172d2da2f0d930e52b2c69a424 Mon Sep 17 00:00:00 2001 From: Andrea Telatin Date: Fri, 3 May 2019 15:54:53 +0100 Subject: [PATCH] Typo in installation should be './install.sh' rather than './install' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea00b65..cb2ed0e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cd ./DeepSimulator/ ## Install all required modules ``` -./install +./install.sh ``` # Examples