Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions installation/sources/download-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Stable

For production systems, we strongly suggest that you always get the latest stable release from our web site, you can get the official tarballs \(.tar.gz\) from using the following link pattern:
For production systems, we strongly suggest that you always get the latest stable release of the source code in either zip or tarball format from Github using the following link pattern:

https://fluentbit.io/release/1.7/fluent-bit-<release version>. For example for version 1.7.4 the link is the following: [https://fluentbit.io/releases/1.7/fluent-bit-1.7.4.tar.gz](https://fluentbit.io/releases/1.7/fluent-bit-1.7.4.tar.gz)
https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version&gt.tar.gz
https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version&gt.zip

For example for version 1.8.11 the link is the following: [https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.11.tar.gz](https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.11.tar.gz)

## Development

Expand Down