From ef1779cede20808ab43a0d55a82dcd2fb4cb0b30 Mon Sep 17 00:00:00 2001 From: Pixelguy14 <160289138+Pixelguy14@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:06:22 -0600 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d639c51..9fac669 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # Julia_imzML_GUI
-A graphical User Interface created with Julia Genie Builder made for this repository: https://github.com/CINVESTAV-LABI/julia_mzML_imzML that generates images with the imzML and ibd files.
+A Graphical User Interface created with Julia Genie Builder made for this repository: https://github.com/CINVESTAV-LABI/julia_mzML_imzML that generates images with the imzML and ibd files.
For this to work you must insert the next lines as they are depicted in your Julia terminal for the first time only.
-julia
+```julia
]
add Pkg Libz
-add https://github.com/CINVESTAV-LABI/julia_mzML_imzML
+add https://github.com/CINVESTAV-LABI/julia_mzML_imzML
``` then open a terminal on the directory "JuliaIMZML_GUI"and type:
-julia
+```julia
]
-activate .
-(press backspace)
-using Genie (an option may appear, select Y to download genie if that happens)
+activate .
``` +#(press backspace)
+using Genie
+#(an option may appear, select Y to download genie if that happens)
Genie.loadapp()
-up()
+up()
``` and open the port that gets generated to access to the GUI