From 69ce7deb28903520baaae6ade3c381dab8ab2e52 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 27 Apr 2022 10:20:52 +0200 Subject: [PATCH] README update to feature how to run etc --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 319d376..f2cecc8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # The Auction House School project +## Starting the app +`bundle exec rackup`. You can also pass a `debug` as first argument to enable SQL debug output. + +## Install deps +`bundle install` + Mirror: [git.wych.dev](https://git.wych.dev/the_auctionhouse.git)