From c669ba2e1d77112d6290438c709e9b0a63c4e2fd Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 27 Apr 2022 10:25:31 +0200 Subject: [PATCH] README update for more install stuff & running --- .bundle/config | 2 -- Gemfile.lock | 5 ++--- README.md | 7 ++++--- 3 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 2369228..0000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_PATH: "vendor/bundle" diff --git a/Gemfile.lock b/Gemfile.lock index 818f6a6..64b5f68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.3) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -83,9 +83,8 @@ DEPENDENCIES sinatra-reloader slim sqlite3 - webrick (~> 1.7) yard (~> 0.9.27) yard-sinatra! BUNDLED WITH - 2.3.10 + 2.2.28 diff --git a/README.md b/README.md index f2cecc8..759087b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # The Auction House School project +## Install deps & preinit +`$ bundle config set --local path 'vendor/bundle' && bundle install` + ## Starting the app -`bundle exec rackup`. You can also pass a `debug` as first argument to enable SQL debug output. +`$ 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)