You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/sources/download-source-code.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@
4
4
5
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:
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)
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)
11
11
12
12
## Development
13
13
14
-
For people who aims to contribute to the project testing or extending the code base, can get the development version from our GIT repository:
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:
15
15
16
16
```bash
17
17
$ git clone https://github.com/fluent/fluent-bit
18
18
```
19
19
20
-
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.
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.
21
22
22
23
We encourage everybody to help us testing every development version, at the end this is what will become stable.
0 commit comments