From 94892580fb71ab665cac9ad612a783194c47e427 Mon Sep 17 00:00:00 2001 From: affanadly <89124642+affanadly@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:25:29 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5f51b3..56b3030 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -# Description +# Miriad and Duchamp Installation Script + +## Description This is a bash script intended to install ATNF's Miriad radio interferometry data reduction package (https://www.atnf.csiro.au/computing/software/miriad/) and Duchamp source finder (https://www.atnf.csiro.au/people/Matthew.Whiting/Duchamp/), along with their pre-requisites. -# Notes +## Notes * Sudo access is required as the softwares will be installed in the `/usr/local` folder. Therefore, this is only suitable for personal machines. You may try to modify the INSTALLDIR variable, but do so at your own risk. * Internet access is required to download the source codes. * The script can be placed anywhere in the machine, and source codes will be downloaded in the same folder. * The script is made for Ubuntu 20.04 64-bit. -# Softwares included in the script: +## Softwares included in the script: * Miriad https://www.atnf.csiro.au/computing/software/miriad/ * Duchamp https://www.atnf.csiro.au/people/Matthew.Whiting/Duchamp/ * RPFITS https://www.atnf.csiro.au/computing/software/rpfits.html @@ -27,10 +29,10 @@ This is a bash script intended to install ATNF's Miriad radio interferometry dat * `build-essential` * `zlib1g` -# Steps: +## Steps: 1. Download the `install.sh` 2. Open the terminal in the folder containing the file and run `chmod u+x install.sh` 3. Run the script using `./install.sh` -# Disclaimer: -I do not own any of the softwares involved in the script. This is written just to ease the installation process of these softwares. +## Disclaimer: +I do not own any of the softwares involved in the script. The copyrights of every software involved can be found at their respective homepages. This is written just to ease the installation process of these softwares.