From 505893333fa5a663a06ca4b77028935aa22ef4e3 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 1 May 2022 16:25:10 +0200 Subject: [PATCH] added install way to readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8577fb..e4d6e1a 100644 --- a/README.md +++ b/README.md @@ -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.