From ee10ded9146f9f37a88c169a5b6049b35c01da52 Mon Sep 17 00:00:00 2001 From: aduvermy <arnaud.duvermy@ens-lyon.fr> Date: Thu, 26 Oct 2023 10:39:31 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a65d57..57857bb 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,13 @@ BiocManager::install('DESeq2', update = FALSE) We have developed [Docker images](https://hub.docker.com/repository/docker/ruanad/htrfit/general) to simplify the package's utilization. For an optimal development and coding experience with the Docker container, we recommend using Visual Studio Code (VSCode) along with the DevContainer extension. This setup provides a convenient and isolated environment for development and testing. -1. Install VSCode -2. Install Docker on your system and on VSCode +1. Install VSCode. +2. Install Docker on your system and on VSCode. 3. Launch the HTRfit container directly from VSCode 4. Install the DevContainer extension for VSCode. 5. Launch a remote window connected to the running Docker container. -6. Enjoy HTRfit ! +6. Install the R extension for VSCode. +7. Enjoy HTRfit ! ## HTRfit simulation workflow -- GitLab