Update README.md

This commit is contained in:
Aryan Anand
2024-09-05 15:40:11 +05:30
committed by GitHub
parent 79f329fa8e
commit c7ceedb27c

View File

@@ -1,6 +1,11 @@
# Hadoop on Docker
## Linux/WSL
### Installation
if you're using WSL make sure to update it
```powershell
wsl.exe --update
```
Installation Script
```bash
sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock
```