From 64fc57e000fdee3bd25e744be998fcb6ee52d4c0 Mon Sep 17 00:00:00 2001 From: Zheng Ran <72971318+ranzhengcode@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:48:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5a24f..5016b67 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ### Installation Scheme A - (1) install VELAS using **pkg** command in GNU Octave **command windows** as following: ``` -pkg install "https://github.com/ranzhengcode/VELAS/archive/refs/tags/v1.0.5.tar.gz" +pkg install "https://github.com/ranzhengcode/VELAS/archive/refs/tags/v1.0.6.tar.gz" ``` - (2) And then using **pkg load velas** to load VELAS. - (3) Type **velasGUI** to run VELAS.