File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,23 @@ cd JavaSoundRecorder
2828
2929On Windows, use ` mvnw.cmd ` instead of ` ./mvnw ` .
3030
31+ ### Install from release
32+
33+ 1 . Download ` javasoundrecorder-*-all.jar ` , SBOM, and ` checksums.txt ` from the
34+ [ latest release] ( https://github.com/krotname/JavaSoundRecorder/releases/latest ) .
35+ 2 . Verify checksums and GitHub attestations:
36+
37+ ``` bash
38+ sha256sum -c checksums.txt
39+ gh attestation verify javasoundrecorder-* -all.jar --repo krotname/JavaSoundRecorder
40+ ```
41+
42+ 3 . Run:
43+
44+ ``` bash
45+ java -jar javasoundrecorder-* -all.jar
46+ ```
47+
3148### CLI mode
3249
3350``` bash
Original file line number Diff line number Diff line change @@ -56,6 +56,23 @@ cd JavaSoundRecorder
5656
5757В Windows используйте ` mvnw.cmd ` вместо ` ./mvnw ` .
5858
59+ ### Установка из релиза
60+
61+ 1 . Скачайте ` javasoundrecorder-*-all.jar ` , SBOM и ` checksums.txt ` из
62+ [ latest release] ( https://github.com/krotname/JavaSoundRecorder/releases/latest ) .
63+ 2 . Проверьте checksums и GitHub attestations:
64+
65+ ``` bash
66+ sha256sum -c checksums.txt
67+ gh attestation verify javasoundrecorder-* -all.jar --repo krotname/JavaSoundRecorder
68+ ```
69+
70+ 3 . Запустите:
71+
72+ ``` bash
73+ java -jar javasoundrecorder-* -all.jar
74+ ```
75+
5976### Запуск CLI
6077
6178``` bash
You can’t perform that action at this time.
0 commit comments