From a2c0cedd0056f88de159267584ec3a918743ee78 Mon Sep 17 00:00:00 2001 From: DavidVista <101972642+DavidVista@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:22:47 +0500 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..95989c1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +

Instructions for installing

+

1. Clone the repository.

+ git clone https://github.com/emil28092005/SimplexTASK/ +

2. Build the project (install Make if not present on your system):

+ make build +

3. Run tests via the following command:

+ make test