Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzhengcode authored Apr 21, 2023
1 parent 649c0cc commit ab0c9a1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions inst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@
## Graphical User Interface (GUI)
<div align=center><img src="https://github.com/ranzhengcode/VELAS/blob/main/doc/VELAS_GUI.png" width="481" height="785"></img></div>

## INSTALL
## INSTALL
### Installation Scheme A
- Run **install_VELAS** or **velasGUI**, VELAS will be automatically installed.
- (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"
```
- (2) And then using **pkg load velas** to load VELAS.
- (3) Type **velasGUI** to run VELAS.
- (4) **Enjoy**!
### Installation Scheme B
- Run **install_VELAS** or **velasGUI**, VELAS will be automatically installed.
### Installation Scheme C
- (1) Unzip the downloaded **VELAS** archive into any available path;
- (2) Start **GNU Octave** and click on the **Edit** option in the menu bar;
- (3) Click on **Set Path** in the **Edit** drop-down box;
Expand Down

0 comments on commit ab0c9a1

Please sign in to comment.