Skip to content

Commit 916db77

Browse files
committed
Add license and copyright to readme
1 parent 787cdf9 commit 916db77

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project is a simple implementation of a knowledge-based system. It is a sim
99
These types of chatbots can handle frequently asked questions in a system. For example, this program can be an extension of a university website that can handle general queries about the university.
1010

1111
### Build ![linux](https://img.shields.io/badge/-linux-orange)
12-
12+
---
1313
Install prolog
1414
> `` $ sudo apt install swi-prolog `` <br>
1515
@@ -19,4 +19,11 @@ To build and run the program, open terminal and change directory to the program
1919
> ``$ pip install -r requirements.txt`` <br>
2020
> ``$ python main.py``<br>
2121
22-
This program can be built and run on windows too. First install ``prolog``, ``pip``. Then run the commands in the commands in the ``cmd`` terminal to build and run the program.
22+
This program can be built and run on windows too. First install ``prolog``, ``pip``. Then run the commands in the commands in the ``cmd`` terminal to build and run the program. <br>
23+
24+
### LICENSE [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
25+
***
26+
Copyright © 2022, [Kamrul Hasan](https://github.com/kmtusher97).
27+
Released under the [MIT License](LICENSE).
28+
29+

0 commit comments

Comments
 (0)