Skip to content

Commit

Permalink
Update README.md (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh authored Dec 20, 2024
1 parent 9e36b64 commit eeebe3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@ cd NextGen/ngen-data
```

### 2. Download Sample Data
#### Option 1: AWI-007 input data
```bash
wget https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-007/AWI_16_2863657_007.tar.gz
tar -xf AWI_16_2863657_007.tar.gz
```

#### Option 2: AWI-008 input data
```bash
wget --no-parent https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-008/AWI_16_2863806_008.tar.gz
tar -xf AWI_16_2863806_008.tar.gz
```
### 3. Clone and Run
```bash
cd NextGen
Expand Down

0 comments on commit eeebe3e

Please sign in to comment.