From 642d2044cde33cd43f4ac07f08885b104a65114c 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: Wed, 11 Sep 2024 09:49:10 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6247dcb..4a8e022 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ For this to work you must insert the next lines as they are depicted in your Jul ``` julia ] -add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase +add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Genie ``` Then open a terminal on the directory "JuliaIMZML_GUI" and put the next code:
```