Skip to content

Commit b9706b9

Browse files
authored
Merge pull request #1510 from fluent/lynettemiles/sc-105719/update-installation-source-download-source
2 parents 39f0d28 + ea7a72f commit b9706b9

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1-
# Download Source Code
1+
# Download source code
2+
3+
You can download the most recent stable or development source code.
24

35
## Stable
46

5-
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:
7+
For production systems, it's strongly suggested that you get the latest stable release
8+
of the source code in either zip file or tarball file format from GitHub using the
9+
following link pattern:
610

11+
```text
712
https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.tar.gz
813
https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.zip
14+
```
915

10-
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)
16+
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)
1117

1218
## Development
1319

14-
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:
20+
If you want to contribute to Fluent Bit, you should use the most recent code. You can
21+
get the development version from the Git repository:
1522

1623
```bash
17-
$ git clone https://github.com/fluent/fluent-bit
24+
git clone https://github.com/fluent/fluent-bit
1825
```
1926

20-
Note that our _master_ branch is where the development of Fluent Bit happens.
21-
Since it's a development version, expect issues when compiling or at run time.
27+
The `master` branch is where the development of Fluent Bit happens.
28+
Development version users should expect issues when compiling or at run time.
2229

23-
We encourage everybody to help us testing every development version, at the end this is what will become stable.
30+
Fluent Bit users are encouraged to help test every development version to ensure a
31+
stable release.

vale-styles/FluentBit/Spelling-exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Fargate
5858
Firehose
5959
FluentBit
6060
Fluentd
61+
github
6162
glibc
6263
Golang
6364
golib

0 commit comments

Comments
 (0)