From 433cd43c4500b0e0cea512f58d4bf38c118071a9 Mon Sep 17 00:00:00 2001 From: Kshitiz Gupta Date: Fri, 5 May 2023 14:29:01 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb6c18a..73bebeb 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,8 @@ Please read the [contributing guidelines](https://github.com/CodeForPhilly/third You will need to have a working understanding of using a Unix-like system via a terminal or shell and the instructions below use Bash commands. In order to run this app, you will need to have the following libraries installed on your machine: -- Node: Javascript runtime -- npm: Node Package Manager -- Django: python web framework -- Python 3.9+ + +Docker (Docker for Mac, or Docker for Windows) **https://docs.docker.com/get-docker/** Note: These installations will not be required locally once we have the project containerized, the container will hand that. From aae89fd4fca1a16e824f34b974829b48d5f29383 Mon Sep 17 00:00:00 2001 From: Kshitiz Gupta Date: Sun, 7 May 2023 12:52:22 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: Travis Southard <64238570+travissouthard@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73bebeb..1623355 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You will need to have a working understanding of using a Unix-like system via a In order to run this app, you will need to have the following libraries installed on your machine: -Docker (Docker for Mac, or Docker for Windows) **https://docs.docker.com/get-docker/** +Docker (Docker for Mac, or Docker for Windows) [Install here](https://docs.docker.com/get-docker/) Note: These installations will not be required locally once we have the project containerized, the container will hand that.