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