From 309babeceecb2d40fcf985bfccd741651fe1ff06 Mon Sep 17 00:00:00 2001 From: ING-HGA <45300713+ING-HGA@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:34:12 -0600 Subject: [PATCH] Update README.md Imrpve numbers list --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7163815..06ec6e2 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,24 @@ A Graphical User Interface for IMS in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML ## Local installation -* Launch Julia +1. Launch Julia ``` julia ``` -* Enter Pkg mode by pressing the close square bracket once Julia has been loaded: ** Mostrar imagen del modo pkg** +2. Enter Pkg mode by pressing the close square bracket once Julia has been loaded: ** Mostrar imagen del modo pkg** ``` ] ``` -* Install the following libraries +3. Install the following libraries ``` add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add Genie ``` -*In the Pkg mode (enter by pressing "]" once Julia is rining) enter: +4. In the Pkg mode (enter by pressing "]" once Julia is rining) enter: ``` activate . ``` -* Get out from Pkg mode by pressing the backspace key and enter next line: +5. Get out from Pkg mode by pressing the backspace key and enter next line: ``` using Genie ; Genie.loadapp() ; up() ``` -And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)
+6. And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)