From 8287dd5b7d926055742a2f6e196bef4db804c7d0 Mon Sep 17 00:00:00 2001 From: Joseph Tran <joseph.tran@inrae.fr> Date: Wed, 20 Mar 2024 18:47:26 +0100 Subject: [PATCH] refactor pre-requisites into get started section --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b137eff..da9d260 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Shiny Tutorial -## Pre-requisites +## Getting started -To install all necessary packages, run the following command in R: +1. Clone this repository and open the `shiny-tutorial.Rproj` file in RStudio. +2. To install all necessary packages, run the following command in R: ```r # if not the case, install renv first @@ -13,11 +14,8 @@ renv::restore() ``` -## Getting started - -1. Clone this repository and open the `shiny-tutorial.Rproj` file in RStudio. -2. Open the `shiny_tutorial.Rmd` -3. Execute the shiny tutorial using the button `Run the document` -4. Follow the steps and complete the exercises +3. Open the `shiny_tutorial.Rmd` +4. Execute the shiny tutorial using the button `Run the document` +5. Follow the steps and complete the exercises -- GitLab