Create README.md

This commit is contained in:
DavidVista
2024-10-09 14:22:47 +05:00
committed by GitHub
parent 60bd99e570
commit a2c0cedd00
+7
View File
@@ -0,0 +1,7 @@
<h1> Instructions for installing </h1>
<h2>1. Clone the repository.</h2>
<code>git clone https://github.com/emil28092005/SimplexTASK/</code>
<h2>2. Build the project (install Make if not present on your system): </h2>
<code>make build</code>
<h2>3. Run tests via the following command: </h2>
<code>make test</code>