Added some explanations to README.md
This commit is contained in:
		@@ -17,3 +17,10 @@ excellent.
 | 
			
		||||
 | 
			
		||||
Install elixir and its build tool `mix` through your operating system's package
 | 
			
		||||
manager, then run `mix run`.
 | 
			
		||||
 | 
			
		||||
After the program starts, it will start listening for clients on port 8080.
 | 
			
		||||
You can connect with netcat or telnet, I haven't yet built a client for this.
 | 
			
		||||
There is no special protocol, the server simply broadcasts whatever you type
 | 
			
		||||
(it waits until you finish a full line).
 | 
			
		||||
 | 
			
		||||
Building a client is left as an exercise for the reader
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user