From b8faab7a899f44aff2e4e3bdffb73c0b56c445b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Sierra=20=C3=81lvarez?=
<160289138+Pixelguy14@users.noreply.github.com>
Date: Mon, 30 Sep 2024 12:27:37 -0600
Subject: [PATCH] Update README.md
---
README.md | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 37b8365..065de73 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,25 @@ A Graphical User Interface created with Julia Genie Builder made for to a
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.
```
julia
+```
+press closing square bracket:
+```
]
-add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add
-add Genie
+```
+To enter Pkg mode, and then add the next 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.
+To enter Pkg mode again, then paste the next lines:
```
activate .
```
-Press backspace key to exit Pkg mode.
+Press backspace key to exit Pkg mode and continue with:
```
using Genie ; Genie.loadapp() ; up()
```
-And finally open the port that gets generated to access to the GUI
+And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)