From 7f3e0ac6a4f810a3c5a1d93f134e5547c649021b Mon Sep 17 00:00:00 2001 From: John W Kerns Date: Tue, 5 Sep 2017 14:00:51 -0700 Subject: [PATCH] README Updated --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 579290c..d9d6158 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,22 @@ shutdown -r now Install Dependencies ``` +yum install git -y yum install gcc -y yum install libffi-devel -y yum install openssl-devel -y pip install python-gssapi ``` +Clone Repo +``` +git clone https://github.com/PackeTsar/checkmyip.git +``` + Install Binary ``` +cd checkmyip + cp checkmyip.py /bin/checkmyip chmod 777 /bin/checkmyip