From 434646d8066709782dd12cb2ef4868620b4acf8e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 14 Jan 2017 21:43:49 +0000 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c84003..3bb2208 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ [![Circle CI](https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/theorangeone.net) +Find it here: [https://theorangeone.net](http://theorangeone.net) ## Installation ```bash -make +./scripts/build ``` ## Run Tests ```bash -make test +./scripts/test ```