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
+4-4
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ cd ./cc-backend
65
65
./startDemo.sh
66
66
```
67
67
68
-
You can also try the demo using the lates release binary.
68
+
You can also try the demo using the latest release binary.
69
69
Create a folder and put the release binary `cc-backend` into this folder.
70
70
Execute the following steps:
71
71
@@ -88,7 +88,9 @@ Analysis, Systems and Status views).
88
88
There is a Makefile to automate the build of cc-backend. The Makefile supports
89
89
the following targets:
90
90
91
-
*`make`: Initialize `var` directory and build svelte frontend and backend binary. Note that there is no proper prerequesite handling. Any change of frontend source files will result in a complete rebuild.
91
+
*`make`: Initialize `var` directory and build svelte frontend and backend
92
+
binary. Note that there is no proper prerequisite handling. Any change of
93
+
frontend source files will result in a complete rebuild.
92
94
*`make clean`: Clean go build cache and remove binary.
93
95
*`make test`: Run the tests that are also run in the GitHub workflow setup.
94
96
@@ -147,8 +149,6 @@ contains Go packages that can be used by other projects.
0 commit comments