From 29554a6fefb2032b8decaff16fdec936ef347806 Mon Sep 17 00:00:00 2001 From: Jorge Date: Sun, 28 Jun 2020 15:38:00 -0400 Subject: [PATCH] Update make script call --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e36308e35..2a4b75177 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Then open a terminal and fire the backend services up: ```bash $ git clone https://github.com/FNNDSC/ChRIS_ultron_backEnd.git $ cd ChRIS_ultron_backEnd -$ ./docker-make.sh -U -I -i +$ ./make.sh -U -I -i ``` You can later remove all the backend containers and release storage volumes with: ```bash $ cd ChRIS_ultron_backEnd $ sudo rm -r FS -$ ./docker-destroy.sh +$ ./unmake.sh ```