From 9be57b1dedcfa0ecbd8b9843cc19652342f44d7a Mon Sep 17 00:00:00 2001 From: JosephMachado Date: Tue, 31 Jan 2023 21:16:55 -0500 Subject: [PATCH] SDE-20230131-README-update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e79dd2..a4d32ea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Please install the following software: 1. [git version >= 2.37.1](https://github.com/git-guides/install-git) -2. [Docker version >= 20.10.17](https://docs.docker.com/engine/install/) and [Docker compose v2 version >= v2.10.2](https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command). Make sure that docker is runnign using `docker ps`. +2. [Docker version >= 20.10.17](https://docs.docker.com/engine/install/) and [Docker compose v2 version >= v2.10.2](https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command). Make sure that docker is running using `docker ps`. **Windows users**: please setup WSL and a local Ubuntu Virtual machine following **[the instructions here](https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10#1-overview)**. Install the above prerequisites on your ubuntu terminal; if you have trouble installing docker, follow **[the steps here](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04#step-1-installing-docker)** (only Step 1 is necessary). Please install the make command with `sudo apt install make -y` (if its not already present). @@ -62,4 +62,4 @@ The [TPC-H](https://www.tpc.org/tpch/) data represents a car parts seller's data # Acknowledgments -We use the [TPC-H](https://www.tpc.org/tpch/) dataset and [Trino](https://trino.io/) as our OLAP DB. \ No newline at end of file +We use the [TPC-H](https://www.tpc.org/tpch/) dataset and [Trino](https://trino.io/) as our OLAP DB.