Updated README

This commit is contained in:
gandc 2025-02-27 20:36:59 +03:00
parent 104ee954f4
commit f720ca31d3
Signed by: gandc
GPG Key ID: 9F77B03D43C42CB4

View File

@ -2,8 +2,8 @@
## Build Process ## Build Process
```sh ```sh
mkdir build git clone https://git.gandc.ru/gandc/pr2_sysprog.git && cd pr2_sysprog
cd build mkdir build && cd build
cmake .. cmake ..
make make
``` ```