README.md
15ff13d8
 # `sockchat`
 
 Chat with unlimited number of peers through a variety of sockets.
aa055495
 
5284408d
 ## Building
 
 A simple [`Makefile`](Makefile) is provided, build with
 
 ```sh
 make
 ```
 
 ## Installation
 
 The produced executable is self-contained and can be run from wherever, but can
 be installed with
 
 ```sh
 make install
 ```
 
aa055495
 ## License
 
 Licensed under the [ISC License][], see the [`LICENSE`](LICENSE) file.
 
 [ISC License]: https://choosealicense.com/licenses/isc/