Update README.md
This commit is contained in:
parent
31556ca480
commit
11b0dc493c
12
README.md
12
README.md
@ -4,18 +4,18 @@ For this to work you must insert the next lines as they are depicted in your Jul
|
|||||||
```
|
```
|
||||||
julia
|
julia
|
||||||
]
|
]
|
||||||
add Pkg Libz
|
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: <br />
|
Then open a terminal on the directory "JuliaIMZML_GUI"and type: <br />
|
||||||
```
|
```
|
||||||
julia
|
julia
|
||||||
]
|
]
|
||||||
activate .
|
activate .
|
||||||
#(press backspace)
|
##(press backspace)
|
||||||
using Genie
|
using Genie
|
||||||
#(an option may appear, select Y to download genie if that happens)
|
##(an option may appear, select Y to download genie if that happens)
|
||||||
Genie.loadapp()
|
Genie.loadapp() ; up()
|
||||||
up()
|
##(if it isn't the first time you're running the program:)
|
||||||
|
using Genie ; Genie.loadapp() ; 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 />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user