You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ To see api documentation look at: [catflow/README.md](catflow/README.md)
8
8
## Install
9
9
Download [install-packages](https://gitlab.com/PancakeSoftware/openHabAI/-/jobs/artifacts/master/download?job=install-packages) from artifacts. Extract it and install the .deb package.
10
10
```bash
11
+
cd build/pack
11
12
dpkg --install OpenHabAI-0.0.0-Linux.deb
12
13
# resolve deps
13
14
apt-get install -f
@@ -39,5 +40,7 @@ The compiled trainSever executable can be found in build/bin. <br>
39
40
To run frontend: ```make frontendRun``` or see in [README of frontend](frontend-angular/README.md)
40
41
41
42
42
-
#### Protocol
43
-
See backend-frontend [protocol definition](./doc/README.md).
43
+
#### Development
44
+
To use the Websocket Api see backend-frontend [protocol definition](./doc/README.md).
45
+
##### Report Bugs and Improvements
46
+
If you found a bug or have a good idea for new a feature just [open a new issue at gitlab](https://gitlab.com/PancakeSoftware/openHabAI/issues/new).
0 commit comments