Skip to content

Commit c093cca

Browse files
committed
Update README
1 parent 3ab2617 commit c093cca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cd ./cc-backend
6565
./startDemo.sh
6666
```
6767

68-
You can also try the demo using the lates release binary.
68+
You can also try the demo using the latest release binary.
6969
Create a folder and put the release binary `cc-backend` into this folder.
7070
Execute the following steps:
7171

@@ -88,7 +88,9 @@ Analysis, Systems and Status views).
8888
There is a Makefile to automate the build of cc-backend. The Makefile supports
8989
the following targets:
9090

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.
9294
* `make clean`: Clean go build cache and remove binary.
9395
* `make test`: Run the tests that are also run in the GitHub workflow setup.
9496

@@ -147,8 +149,6 @@ contains Go packages that can be used by other projects.
147149
Additional command line helper tools.
148150
* [`archive-manager`](https://github.com/ClusterCockpit/cc-backend/tree/master/tools/archive-manager)
149151
Commands for getting infos about and existing job archive.
150-
* [`archive-migration`](https://github.com/ClusterCockpit/cc-backend/tree/master/tools/archive-migration)
151-
Tool to migrate from previous to current job archive version.
152152
* [`convert-pem-pubkey`](https://github.com/ClusterCockpit/cc-backend/tree/master/tools/convert-pem-pubkey)
153153
Tool to convert external pubkey for use in `cc-backend`.
154154
* [`gen-keypair`](https://github.com/ClusterCockpit/cc-backend/tree/master/tools/gen-keypair)

0 commit comments

Comments
 (0)