From 6edccfbd39d134c8d60270c3cf6aba80550644e4 Mon Sep 17 00:00:00 2001 From: Robbe Van Herck Date: Thu, 27 Feb 2020 21:48:47 +0100 Subject: [PATCH] Add README and ruby-version --- .ruby-version | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..9aa3464 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.7.0 \ No newline at end of file diff --git a/README.md b/README.md index ec4ef40..5e68fb4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # durfdoen-2.0 Durf Doen 2.0 + +## Setup instructions + +1. Install bundler (`gem install bundler`) +2. Install other gems (`bundle install`) +3. Build and serve the site (`bundle exec nanoc live`)