-
Notifications
You must be signed in to change notification settings - Fork 540
install: source: update for style and consistency #1510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
esmerel
merged 2 commits into
master
from
lynettemiles/sc-105719/update-installation-source-download-source
Nov 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 or tarball format from Github using the following | ||
| link pattern: | ||
esmerel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ```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. | ||
esmerel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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 hidden or 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 | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.