aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 7 insertions, 12 deletions
diff --git a/README.md b/README.md
index 187189d..b441582 100644
--- a/README.md
+++ b/README.md
@@ -8,21 +8,16 @@ Installation
============
1. Install prerequisites:
- sudo pip install pyyaml termcolor
+ sudo pip install termcolor
-2. Create your ~/.simpleton.yaml file:
+2. Create your ~/.simpleton file:
- HTTP:
- - http://intra.example.com
+ http://intra.example.com
+ smtp://mail.example.com
+ ftp://files.example.com
+ afp://username:password@files.example.com/share
- SMTP:
- - mail.example.com
-
- FTP:
- - files.example.com
-
- AFP:
- - username:password@files.example.com/share
+3. Run simpleton.py
Todo
====