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`)