From 0bdaee065c0c6f900008732731295e766682a6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C4=93ctia=20Landau?= Date: Tue, 7 Oct 2025 17:54:54 +0300 Subject: [PATCH] Fix formatting in README --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 149c937..cfe90ce 100644 --- a/README.md +++ b/README.md @@ -64,22 +64,20 @@ docker run -p 3838:3838 pavlopouloslab/arena3dweb 1. Clone the repo: - ```bash - ``` - -git clone [https://github.com/PavlopoulosLab/Arena3Dweb.git](https://github.com/PavlopoulosLab/Arena3Dweb.git) + ```bash +git clone https://github.com/PavlopoulosLab/Arena3Dweb.git cd Arena3Dweb + ``` -```` 2. Install R (>=4.0) and RStudio. 3. Install required R packages: - ```r + ```r install.packages(c( "shiny", "shinyjs", "shinythemes", "igraph", "RColorBrewer", "jsonlite", "tidyr" )) -```` + ``` 4. Open **Arena3Dweb.Rproj** in RStudio. 5. Open **server.R**, select **Run External**, then click **Run App**.