From 6f33a5d940fea244fa0a14b77184f66aec3a4c9c Mon Sep 17 00:00:00 2001
From: Jonathan Pennington <jonathan.s.pennington@wmich.edu>
Date: Wed, 29 Nov 2017 13:19:02 -0500
Subject: [PATCH] adding specification for command line argument to README

---
 README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README b/README
index b062be2..2795fd1 100644
--- a/README
+++ b/README
@@ -26,3 +26,6 @@ sudo apt-get install libmagic-dev
 and then use the magic functions such as the magic cookie function magic_open() to get the mime type for usage in response header. 
 
 Note that you are installing the magic library which must be loaded with -lmagic.
+
+Please make your code executable by <command> <portnumber>, so that I can specify the port to bind the socket to on the command line
+'./server 3240' should open a http server that runs on port 3240
-- 
GitLab