From 5e1d5931a117dbd0a16b1d163946bd915eae2164 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sun, 15 Nov 2015 16:57:35 +0100 Subject: [PATCH] README (Mac OS X instructions) --- README | 83 +++++++++++++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 36 deletions(-) diff --git a/README b/README index f8d1634..cfdb764 100644 --- a/README +++ b/README @@ -1,36 +1,47 @@ -ip2e - Receive your public IP (dynamic) by email when it is renewed -=================================================================== - -TOOLS ------ - -* ip2e-daemon.py: Daemon to control & send by email your public IP. -* ip2e-log.py: Tool to see the log file when daemon is running. -* ip2e-config.py: Tool to create a valid configuration file. - -HOW TO INSTALL --------------- - - * Unix systems (GNU/Linux,*BSD, Mac OS X, etc..) - ================================================ - - - Open the terminal and type the following comands: - - $ git clone https://github.com/clamsawd/ip2e.git - $ cd ip2e - # make - - Note: You must install git & python3 previously. - - * Windows - ========= - - - Install Python 3.x from https://www.python.org/. - - Download https://github.com/clamsawd/ip2e/archive/master.zip - - Unzip the package in your system. For example in C:\Program Files\. - - Add the folder to PATH variable. - -HOW TO USE ------------ - - - Read 'How-to-Use.txt". +ip2e - Receive your public IP (dynamic) by email when it is renewed +=================================================================== + +TOOLS +----- + +* ip2e-daemon.py: Daemon to control & send by email your public IP. +* ip2e-log.py: Tool to see the log file when daemon is running. +* ip2e-config.py: Tool to create a valid configuration file. + +HOW TO INSTALL +-------------- + + * Unix systems (GNU/Linux,*BSD, etc..) + ====================================== + + - Open the terminal and type the following comands: + + $ git clone https://github.com/clamsawd/ip2e.git + $ cd ip2e + # make + + Note: You must install git & python3 previously. + + * Mac OS X + ========== + + - Open the terminal and type the following comands: + + $ git clone https://github.com/clamsawd/ip2e.git + $ cd ip2e + # make -f makefile.osx + + Note: You must install git & python3 previously. + + * Windows + ========= + + - Install Python 3.x from https://www.python.org/. + - Download https://github.com/clamsawd/ip2e/archive/master.zip + - Unzip the package in your system. For example in C:\Program Files\. + - Add the folder to PATH variable. + +HOW TO USE +----------- + + - Read 'How-to-Use.txt".