From 7ac4f5b8b63eb244f6eddc1ef554ce4d905084ae Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sun, 12 Aug 2018 07:45:56 +0100 Subject: [PATCH] Improved Setup/Installation section. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b26b177..10da649 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ be used for teaching *security testing* and *security programming*. Grade Management implements a simplistic system for managaing university grade, i.e., students can check their marks and academics can enter marks. -## Installation +## Setup + +### Dependencies + +* Ruby 2.5 and bundler + +### Installation Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the following in the grademgmt directory: @@ -14,7 +20,7 @@ Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the follo bundle install --path vendor/bundle ``` -## Starting the server +### Starting the server To start the development server, run the following: