Skip to content

Commit 7a2a15e

Browse files
committed
Add download instructions to README.md
1 parent 348017c commit 7a2a15e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ See [`.github/workflows/build.yml`](.github/workflows/build.yml).
4949
3. Push with tags `git push --tags`
5050
4. GitHub action detects the new tag and creates a draft release with attached binaries. Review and publish it here:
5151
https://github.com/codeclown/cronedit/releases
52+
5. Update latest binary download URLs in README.md

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ crontab -l > foobar.txt
1515
./cronedit foobar.txt
1616
```
1717

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+
1834
## Usage
1935

2036
```shell

0 commit comments

Comments
 (0)