aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@0x00.co>2012-12-29 10:48:09 +0200
committerFilipp Lepalaan <f@0x00.co>2012-12-29 10:48:09 +0200
commit8abe84f846cdb751931a4b890c3bc4ec91f2db69 (patch)
tree5ce6dc68f75f483e3122882ced825587efc7e4b1 /README.md
parentb5e50f8a4c798a444c7b619e37f8f564f3f768d4 (diff)
downloadsimpleton-8abe84f846cdb751931a4b890c3bc4ec91f2db69.tar.gz
simpleton-8abe84f846cdb751931a4b890c3bc4ec91f2db69.tar.bz2
simpleton-8abe84f846cdb751931a4b890c3bc4ec91f2db69.zip
Simplified services fileHEADmaster
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
====