Update readme
This commit is contained in:
parent
aa1a7dee74
commit
434646d806
1 changed files with 3 additions and 2 deletions
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
[![Circle CI](https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/theorangeone.net)
|
[![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
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
make
|
./scripts/build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run Tests
|
## Run Tests
|
||||||
```bash
|
```bash
|
||||||
make test
|
./scripts/test
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue