From 62c67d1737eaa6b828bc6e460d32c4cc7194c264 Mon Sep 17 00:00:00 2001 From: Aryan Anand <73695300+aryan-212@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:44:06 +0530 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 02ad926..f7a7411 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # Hadoop on Docker +## Linux/WSL +### Installation +```bash +sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock +``` +### Usage +```bash +hadock +``` +### Uninstallation +```bash +hadock --uninstall +``` + Check the [wiki](https://github.com/silicoflare/docker-hadoop/wiki) for a full guide to use this docker image.