From fea811ca945015df0d70688bfe90a52b08b93655 Mon Sep 17 00:00:00 2001 From: Walter Date: Fri, 1 Nov 2024 11:42:09 +1300 Subject: [PATCH] NeSI guide --- NeSI.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NeSI.md b/NeSI.md index 3ee5613..b108a3e 100644 --- a/NeSI.md +++ b/NeSI.md @@ -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