From 7e49835adc79a8f9d4811628ee368a8d408b74cb Mon Sep 17 00:00:00 2001 From: Christopher Anich Date: Tue, 18 Feb 2025 18:58:22 -0300 Subject: [PATCH 1/3] Create TestTest Signed-off-by: Christopher Anich --- TestTest | 1 + 1 file changed, 1 insertion(+) create mode 100644 TestTest diff --git a/TestTest b/TestTest new file mode 100644 index 00000000..2f6e9906 --- /dev/null +++ b/TestTest @@ -0,0 +1 @@ +TestTest From 60be1860b113763a80e68fab6e837ec7a4964e3c Mon Sep 17 00:00:00 2001 From: chrisanich Date: Wed, 19 Feb 2025 10:37:13 +0000 Subject: [PATCH 2/3] test 2 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b8ad8a94..f40dae1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Example Voting App ========= - Getting started --------------- From f9e2e343a399b5dcab82c8cf3b4a52da4bc27916 Mon Sep 17 00:00:00 2001 From: chrisanich Date: Wed, 19 Feb 2025 10:38:29 +0000 Subject: [PATCH 3/3] added spaces on README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f40dae1b..6b50a05f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Example Voting App ========= Getting started + + --------------- Download [Docker](https://www.docker.com/products/overview). If you are on Mac or Windows, [Docker Compose](https://docs.docker.com/compose) will be automatically installed. On Linux, make sure you have the latest version of [Compose](https://docs.docker.com/compose/install/). If you're using [Docker for Windows](https://docs.docker.com/docker-for-windows/) on Windows 10 pro or later, you must also [switch to Linux containers](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers).