diff --git a/README.md b/README.md index b137effc86687513de92072b236d2d7e3feb02a3..da9d2602e5629947549561de81e3e4a866b960fc 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