README.md in blogaze-0.0.1 vs README.md in blogaze-0.0.2
- old
+ new
@@ -9,25 +9,24 @@
Blogaze is currently in development, use at your own risk.
Setup
------
-1. Rename the config files in the `config` directory to remove `.default` from the filenames.
-2. Enter your database information in the `config/database.rb` file.
-3. Run `rake db:migrate` and `rake db:defaults`
-4. Run `ruby start.rb` or `thin start` or whatever your preferred way is.
+Install the gem:
-The default admin account username is `admin` and the password is `myadmin`.
+ gem install blogaze
-Todo
-------
+Or install from the repository
-Things that still need to be done.
+ rake install
-1. Post tags
-2. User manager
-3. Profile manager
+Create a new installation
-Gem?
+ blogaze create my_blog
+
+Todo
------
-Someday.
+Things that still need to be done.
+
+1. User manager
+2. Profile manager