Add installation and license section to README

This commit is contained in:
Kaustubh Maske Patil 2024-07-20 04:09:20 +05:30
parent d7e6f2172c
commit 682194d3f3

View File

@ -15,7 +15,7 @@ $ boks moo
To put multiple things in connected boxes,
```
```shell
$ boks apps dbms data
+----------+ +----------+ +----------+
| apps |<--->| dbms |<--->| data |
@ -23,3 +23,16 @@ $ boks apps dbms data
```
Use `-a` to customize length of arrows, `-p` to customize padding.
## Installation
If you have `dune` installed,
```shell
$ git clone https://github.com/nikochiko/boks && cd boks
$ dune install
```
## License
MIT. See [LICENSE](/LICENSE).