-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1510 from fluent/lynettemiles/sc-105719/update-in…
…stallation-source-download-source
- Loading branch information
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
# Download Source Code | ||
# Download source code | ||
|
||
You can download the most recent stable or development source code. | ||
|
||
## Stable | ||
|
||
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: | ||
For production systems, it's strongly suggested that you get the latest stable release | ||
of the source code in either zip file or tarball file format from GitHub using the | ||
following link pattern: | ||
|
||
```text | ||
https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.tar.gz | ||
https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.zip | ||
``` | ||
|
||
For example for version 1.8.12 the link is the following: [https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz](https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz) | ||
For example, for version 1.8.12 the link is: [https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz](https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz) | ||
|
||
## Development | ||
|
||
For anyone who aims to contribute to the project by testing or extending the code base, you can get the development version from our GIT repository: | ||
If you want to contribute to Fluent Bit, you should use the most recent code. You can | ||
get the development version from the Git repository: | ||
|
||
```bash | ||
$ git clone https://github.com/fluent/fluent-bit | ||
git clone https://github.com/fluent/fluent-bit | ||
``` | ||
|
||
Note that our _master_ branch is where the development of Fluent Bit happens. | ||
Since it's a development version, expect issues when compiling or at run time. | ||
The `master` branch is where the development of Fluent Bit happens. | ||
Development version users should expect issues when compiling or at run time. | ||
|
||
We encourage everybody to help us testing every development version, at the end this is what will become stable. | ||
Fluent Bit users are encouraged to help test every development version to ensure a | ||
stable release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ Fargate | |
Firehose | ||
FluentBit | ||
Fluentd | ||
github | ||
glibc | ||
Golang | ||
golib | ||
|