From 4da7a4a74276ee9d561250d1837e9e09e7b1d6d1 Mon Sep 17 00:00:00 2001 From: HM Tanbir Date: Wed, 25 Oct 2023 17:25:33 +0600 Subject: [PATCH] Update README.md Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d024edf..4757a52 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ Rory is an [MVC](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93control Rory was started as a self-educational project, but has evolved to the point where it is used in production environments. Its design goals, therefore, are a moving target, but are gradually moving from "understanding the design and implementation of Rails" to "creating a lightweight, opinionated framework with Rails-like conventions." +How to run Rory console in development environment +--------------------------------------------------- +To run you rory console, write this command from terminal: + +``` +RAKE_ENV=development rake rory:server +``` + History -------