Skip to content

Commit

Permalink
changed export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vighnesh authored and Vighnesh committed Feb 13, 2024
1 parent d483a45 commit e3b2307
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ To run the same ETL code in multiple cloud services based on your preference, th

1. [Python3.7 with PIP](https://www.python.org/downloads/)
2. [Install Java 8](https://www.oracle.com/in/java/technologies/downloads/#java8-mac). Make sure to export JAVA_HOME.
Example: ```export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home```
Example:
```bash
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home
```
3. [AWS CLI configured locally](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html)

## Quick Start
Expand Down

0 comments on commit e3b2307

Please sign in to comment.