TestTasks/Readme.md

19 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<p>Внимание собирать программу не обязательно, можете скачать уже собранные бинарники, но для коректной работы желательно собрать.</p>
<p>Для Windows https://disk.yandex.ru/d/LFuGTBkSTYj7pQ</p>
<p>Для Linux https://disk.yandex.ru/d/iJaKW085g6IOXA</p>
<p>Для сборки программы вам понадобится golang, Make(Не обязательно) и git</p>
<p>Инструкия по установки golang https://go.dev/doc/install</p>
<p>Инструкия по установки Make Windows https://www.technewstoday.com/install-and-use-make-in-windows/</p>
<p>Для linux</p>
<p>1. git clone https://git.ukamnya.ru/stulyaganov/TestTasks</p>
<p>2. cd TestTasks</p>
<p>3. make или go build main.go или go run main.go</p>
<p>Для Windows</p>
1. Открываем git bash в выбраной вами папке, и вводим команду git clone https://git.ukamnya.ru/stulyaganov/TestTasks
2. Заходим в папку TestTasks, и открываем консоль, 3 пункт особо не отличается
3. make или go build main.go или go run main.go