From a1a8f42d7ea29ea16cd3ebf0dc93c327df39319d Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 8 Jul 2015 17:35:48 +0200 Subject: [PATCH] Taking notes of how I'm installing it. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f2a33170ca..df67e611ad 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # namp2 Not another MP2 a.k.a MP3 done the right way. + +# OSX Install. +- Install MAMP. +- Install Sequel Pro. +- Install WordPress. +... + +# Rules. +- Two spaces indentation, Ruby style. +- CamelCase for classes. +- snake_case for methods.