Files
2024-10-09 14:22:47 +05:00

8 lines
321 B
Markdown

<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>