Add README.md
This commit is contained in:
parent
b5b294a54c
commit
123cc5d3a4
2 changed files with 15 additions and 1 deletions
14
README.md
Normal file
14
README.md
Normal 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
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "octo",
|
"name": "mattermost-octo-tasks",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
|
Loading…
Reference in a new issue