Skip to content
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

install: source: update for style and consistency #1510

Merged
Show file tree
Hide file tree
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
24 changes: 16 additions & 8 deletions installation/sources/download-source-code.md
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.
1 change: 1 addition & 0 deletions vale-styles/FluentBit/Spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Fargate
Firehose
FluentBit
Fluentd
github
glibc
Golang
golib
Expand Down