Add README.md

This commit is contained in:
Chen-I Lim 2020-10-08 09:26:05 -07:00
parent b5b294a54c
commit 123cc5d3a4
2 changed files with 15 additions and 1 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# mattermost-octo-tasks
## Build instructions
```
npm i
make
```
## Build requirements
Currently tested with:
* Go 1.15.2
* MacOS Cataline (10.15.6)

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "octo",
"name": "mattermost-octo-tasks",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,