Skip to content

Commit

Permalink
Fix styling for code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez committed Nov 30, 2013
1 parent 588fefc commit 01b544d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ To become administrator as first time user, first start Monocle with:

Login with twitter or github into Monocle, then open a terminal and open Monocle inside an IRB session with:

irb -r ./app.rb
irb -r ./app.rb

From there execute:

user = Brisk::Models::User.first
user.admin = true
user.registered = true
user.save
user = Brisk::Models::User.first
user.admin = true
user.registered = true
user.save

Now you will be able to post, comment and invite users.

0 comments on commit 01b544d

Please sign in to comment.