File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,4 @@ See [`.github/workflows/build.yml`](.github/workflows/build.yml).
49
49
3 . Push with tags ` git push --tags `
50
50
4 . GitHub action detects the new tag and creates a draft release with attached binaries. Review and publish it here:
51
51
https://github.com/codeclown/cronedit/releases
52
+ 5 . Update latest binary download URLs in README.md
Original file line number Diff line number Diff line change @@ -15,6 +15,22 @@ crontab -l > foobar.txt
15
15
./cronedit foobar.txt
16
16
```
17
17
18
+ ## Download
19
+
20
+ For MacOS:
21
+
22
+ ``` bash
23
+ curl -L -o cronedit https://github.com/codeclown/cronedit/releases/download/v0.1.0/cronedit-macos
24
+ ```
25
+
26
+ For Linux:
27
+
28
+ ``` bash
29
+ curl -L -o cronedit https://github.com/codeclown/cronedit/releases/download/v0.1.0/cronedit-linux
30
+ ```
31
+
32
+ All pre-built binaries are available under [ Releases] ( https://github.com/codeclown/cronedit/releases ) .
33
+
18
34
## Usage
19
35
20
36
``` shell
You can’t perform that action at this time.
0 commit comments