Skip to content

Commit

Permalink
Added the Invoke-WebRequest for the Windows (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjirigunaji committed Mar 29, 2024
1 parent ecd578a commit 334fb09
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This repository contains :

### Download the sample input data in "ngen-data" folder from S3 bucket :

#### Linux & Mac & WSL
#### Linux ,Mac

```bash
mkdir -p NextGen/ngen-data
Expand All @@ -72,6 +72,16 @@ This repository contains :
# to rename your folder
mv AWI_09_004 my_data
```
#### WSL use Powershell- Run as Administrator

```bash
mkdir -p NextGen/ngen-data
cd NextGen/ngen-data
Invoke-WebRequest -Uri 'https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-004/AWI_09_004.tar.gz' -OutFile 'AWI_09_004.tar.gz'
tar -xf AWI_09_004.tar.gz
# to rename your folder
mv AWI_09_004 my_data
```

### How to Generate Your Own Input Data?

Expand Down

0 comments on commit 334fb09

Please sign in to comment.