Update README.md

This commit is contained in:
Pixelguy14 2024-07-19 14:09:03 -06:00 committed by GitHub
parent 56f6438c1d
commit 989c14d3f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,20 +2,20 @@
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.<br /> 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.<br />
For this to work you must insert the next lines as they are depicted in your Julia terminal for the first time only.<br /> For this to work you must insert the next lines as they are depicted in your Julia terminal for the first time only.<br />
``` ```
julia<br /> julia
]<br /> ]
add Pkg Libz<br /> add Pkg Libz
add https://github.com/CINVESTAV-LABI/julia_mzML_imzML<br /> add https://github.com/CINVESTAV-LABI/julia_mzML_imzML
``` ```
Then open a terminal on the directory "JuliaIMZML_GUI"and type: <br /> Then open a terminal on the directory "JuliaIMZML_GUI"and type: <br />
``` ```
julia<br /> julia
]<br /> ]
activate .<br /> activate .
#(press backspace)<br /> #(press backspace)
using Genie<br /> using Genie
#(an option may appear, select Y to download genie if that happens)<br /> #(an option may appear, select Y to download genie if that happens)
Genie.loadapp()<br /> Genie.loadapp()
up()<br /> up()
``` ```
And finally open the port that gets generated to access to the GUI<br /> And finally open the port that gets generated to access to the GUI<br />