Update README.md

This commit is contained in:
Aryan Anand
2024-10-06 15:07:26 +05:30
committed by GitHub
parent 98f15fec76
commit 7cbf3acb05

View File

@@ -1,14 +1,12 @@
# Hadoop on Docker # Hadoop on Docker
## Linux/WSL ## Linux/WSL
### Installation ### Installation
```bash
curl -fsSL https://bit.ly/hadoop-script | bash
```
if you're using WSL make sure to update it if you're using WSL make sure to update it
```powershell ```powershell
wsl.exe --update wsl.exe --update
```
Installation Script
```bash
curl -fsSL https://bit.ly/hadoop-script | bash
``` ```
### Usage ### Usage
```bash ```bash