From d7371ee34a98d04209bebbe0335abb251ecf4f52 Mon Sep 17 00:00:00 2001
From: ING-HGA <45300713+ING-HGA@users.noreply.github.com>
Date: Thu, 3 Oct 2024 10:31:58 -0600
Subject: [PATCH] Update README.md
Improve redaction
---
README.md | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 065de73..7163815 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,24 @@
# Julia_msi_GUI
-A Graphical User Interface created with Julia Genie Builder made for to assist in the use of this repository: https://github.com/CINVESTAV-LABI/julia_mzML_imzML which generates images with the mzMl, imzML and ibd files.
-For the correct implementation and use of this repository one must insert the next lines just as they are depicted in your Julia terminal to install the dependencies needed, this part is only needed once.
+A Graphical User Interface for IMS in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML
+
+## Local installation
+* Launch Julia
```
julia
```
-press closing square bracket:
+* Enter Pkg mode by pressing the close square bracket once Julia has been loaded: ** Mostrar imagen del modo pkg**
```
]
```
-To enter Pkg mode, and then add the next libraries:
+* 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
```
-Then open a Julia terminal on the directory "Julia_msi_GUI" and put the next code, this is needed every time you want to run the GUI:
-```
-]
-```
-To enter Pkg mode again, then paste the next lines:
+*In the Pkg mode (enter by pressing "]" once Julia is rining) enter:
```
activate .
```
-Press backspace key to exit Pkg mode and continue with:
+* Get out from Pkg mode by pressing the backspace key and enter next line:
```
using Genie ; Genie.loadapp() ; up()
```