Skip to content

Commit 2b483ce

Browse files
committed
{README,CONTRIBUTIONS}.md: Add link to binaries from latest commit
1 parent 038a08b commit 2b483ce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ issues and writing documentation are just as important as writing code.
7878
We can't fix bugs we don't know about, so good issues are super helpful! Here
7979
are some tips for writing good issues:
8080

81-
- If you find a bug, make sure it's still a problem on the `main` branch.
81+
- If you find a bug, make sure it's still a problem on the [`main` branch](https://github.com/uutils/coreutils/releases/tag/latest-commit).
8282
- Search through the existing issues to see whether it has already been
8383
reported.
8484
- Make sure to include all relevant information, such as:
85-
- Which version of uutils did you check?
85+
- Which version or commit hash of uutils did you check?
8686
- Which version of GNU coreutils are you comparing with?
8787
- What platform are you on?
8888
- Provide a way to reliably reproduce the issue.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ options might be missing or different behavior might be experienced.
2929

3030
<div class="oranda-hide">
3131

32-
We provide prebuilt binaries at https://github.com/uutils/coreutils/releases/latest .
33-
It is recommended to install from main branch if you install from source.
32+
We provide prebuilt binaries, manpages, and shell completions at https://github.com/uutils/coreutils/releases/tag/latest-commit .
33+
The latest stable tag https://github.com/uutils/coreutils/releases/latest exists only for reproducible products and packagers.
34+
You should use binary from latest commit generally.
3435

3536
</div>
3637

0 commit comments

Comments
 (0)