From 3af7a0a81876df0336d020d4a94e4b4eb12ec61a Mon Sep 17 00:00:00 2001 From: William Zhang Date: Mon, 29 Jan 2018 23:30:17 -0500 Subject: [PATCH] update readme more --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c6989..580b87a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SGA Website # ## Installing ## -* `bundle install` +* `bundle install` - This may required elevated privileges, depending on the machine. ## Running ## * `bundle exec jekyll serve --port $PORT` where `$PORT` is desired port. @@ -11,6 +11,8 @@ ### Officer Information ### * Officer information is contained within .json files in the _data/about subdirectory. Changes made in these files will be reflected on the generated website. * Each type of officer has a separate .json file, ExComm has `excomm.json`, for example. +* Sponsors have a -1 year to filter out the graduation year field in the generated website. +* Officer bios are optional. ### Forms ### * This feature is currently being worked on.