added install way to readme

This commit is contained in:
Václav Šmejkal 2022-05-01 16:25:10 +02:00
parent 5dda971834
commit 505893333f

View File

@ -2,16 +2,20 @@
*Yeah.*
This project is made 'like a library', so compiling is useless... :)
### Table of contents
- [Installation](#installation)
- [Using in Your projects](#using-in-your-projects)
- [Example of code](#example-of-code)
- [Example programs](#example-programs)
- WHY2 in another languages
- [JavaScript](#javascript)
## Installation
Run 'build.sh install' with root permissions to install WHY2 on your system.
`sudo ./build.sh install`
## Using in Your projects
Run `configure.sh` and you'll be good to go.