Skip to content

Commit

Permalink
NeSI guide
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 31, 2024
1 parent 81475b2 commit fea811c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NeSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ tar -xvzf BEAST.v2.7.7.Linux.x86.tgz
ls
```

Mac could [automatically extract](https://apple.stackexchange.com/questions/260152/why-does-tar-gz-automatically-extract-the-gzip-archive-when-i-download-it-in-sa)
the `.tgz` file into a `.tar` file. In this case, you can use the command below without `-z`:

```bash
tar -xvf BEAST.v2.7.7.Linux.x86.tar
```

iii. List or install BEAST 2 packages using [Package Manager](https://www.beast2.org/managing-packages/) from command line.

```bash
Expand Down

0 comments on commit fea811c

Please sign in to comment.