Fixed repo URL. authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
...@@ -33,7 +33,7 @@ The IDE is accessible at https://shiny-portal.embl.de (login required). ...@@ -33,7 +33,7 @@ The IDE is accessible at https://shiny-portal.embl.de (login required).
Open a terminal, download the code from the project's repository and run it from within the project directory: Open a terminal, download the code from the project's repository and run it from within the project directory:
``` ```
> git clone https://git.embl.de/meechan/image-data-explorer.git > git clone https://git.embl.de/heriche/image-data-explorer.git
> cd image-data-explorer > cd image-data-explorer
> R -e 'shiny::runApp("image_data_explorer.R", host = "0.0.0.0", port = 5476)' > R -e 'shiny::runApp("image_data_explorer.R", host = "0.0.0.0", port = 5476)'
``` ```
... ...
......