From 81c328a3a6a18993a62f78c2cf051d22aae83396 Mon Sep 17 00:00:00 2001 From: a2ray <52647259+a2ray@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:59:08 -0500 Subject: [PATCH] Update README.md --- ASEG_Hobart_Workshop_2024/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASEG_Hobart_Workshop_2024/README.md b/ASEG_Hobart_Workshop_2024/README.md index e3eb71e..9bcba00 100644 --- a/ASEG_Hobart_Workshop_2024/README.md +++ b/ASEG_Hobart_Workshop_2024/README.md @@ -30,9 +30,9 @@ contains a Julia script that uses the accompanying [RDP.jl](https://github.com/G ## Installation of HiQGA version used in the workshop To install the workshop stable release, use Julia's `Pkg` REPL by hitting `]` to enter `pkg>` mode. Then enter the following, at the `pkg>` prompt: ``` -pkg> add HiQGA @0.4.9 +pkg> add HiQGA @0.4.10 ``` -For the latest HiQGA version (not used in the workshop), drop the `@0.4.9` +For the latest HiQGA version, drop the `@0.4.10`. The *exact* version used in the workshop was `0.4.9`. ## Docs References, detailed instructions for installation, running examples and setting your environment on a cluster are ☞ [](https://geoscienceaustralia.github.io/HiQGA.jl/)