From 1abaebb2ce94f0c84451b46563f2f704885cc853 Mon Sep 17 00:00:00 2001 From: Ben Landin Date: Thu, 23 Feb 2017 10:00:57 -0500 Subject: [PATCH] Added links to the EE website --- README.md | 2 +- build_EE.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74c7d28..4f19839 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # EmptyEpsilon-linux-buildscript -The purpose of this Bash script is to facilitate and expedite the process of building the EmptyEpsilon project on Linux platforms. +The purpose of this Bash script is to facilitate and expedite the process of building [EmptyEpsilon](https://daid.github.io/EmptyEpsilon/) on Linux platforms. ## Current limitations - Only works on Ubuntu derivatives 16.04 and above diff --git a/build_EE.sh b/build_EE.sh index 769f52b..dfa586d 100755 --- a/build_EE.sh +++ b/build_EE.sh @@ -9,7 +9,7 @@ # # # The purpose of this Bash script is to facilitate and expedite the process of -# building the EmptyEpsilon project on Linux platforms. +# building EmptyEpsilon on Linux platforms. ## if [ "${1}" = "--help" ]; then