Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added installation instructions
  • Loading branch information
HathewayWill authored Apr 23, 2024
1 parent d00c9ab commit 2e2308c
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,17 @@ This is a BASH script that provides options to install the following Weather Res
- Make sure to download and Homebrew before moving to installation.
> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
> brew install git
### Installation
> git clone https://github.com/HathewayWill/WRF-MOSIT.git
> cd $HOME/WRF-MOSIT
> chmod 775 *.sh
> ./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log
### APT Installation
- (Make sure to download folder into your Home Directory):
> cd $HOME
Expand All @@ -152,7 +161,22 @@ This is a BASH script that provides options to install the following Weather Res
> cd $HOME/WRF-MOSIT
> chmod 775 *.sh
>
> ./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log

### YUM/DNF Installation
- (Make sure to download folder into your Home Directory):
> cd $HOME
> sudo (yum or dnf) install git -y
> git clone https://github.com/HathewayWill/WRF-MOSIT.git
> cd $HOME/WRF-MOSIT
> chmod 775 *.sh
> ./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log
- Script will check for System Architecture Type and Storage Space requirements.
Expand Down

0 comments on commit 2e2308c

Please sign in to comment.