Skip to content

Commit c08f1eb

Browse files
committed
Creating downloads directory and moving source code into it
Signed-off-by: Lynette Miles <[email protected]>
1 parent 5670837 commit c08f1eb

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

SUMMARY.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,26 @@
2222
* [Upgrade notes](installation/upgrade-notes.md)
2323
* [Supported platforms](installation/supported-platforms.md)
2424
* [Requirements](installation/requirements.md)
25-
* [Sources](installation/sources/README.md)
26-
* [Download source code](installation/sources/download-source-code.md)
27-
* [Build and install](installation/sources/build-and-install.md)
28-
* [Build with static configuration](installation/sources/build-with-static-configuration.md)
25+
* [Sources](installation/source.md)
26+
* [Build and install](installation/source/build-and-install.md)
27+
* [Build with static configuration](installation/source/build-with-static-configuration.md)
2928
* [Linux packages](installation/linux.md)
3029
* [Amazon Linux](installation/linux/amazon-linux.md)
3130
* [Rocky Linux and Alma Linux ](installation/linux/alma-rocky.md)
3231
* [Red Hat and CentOS](installation/linux/redhat-centos.md)
3332
* [Debian](installation/linux/debian.md)
3433
* [Ubuntu](installation/linux/ubuntu.md)
3534
* [Raspbian and Raspberry Pi](installation/linux/raspbian-raspberry-pi.md)
35+
* [Yocto embedded Linux](installation/linux/yocto-embedded-linux.md)
36+
* [Buildroot embedded Linux](installation/linux/buildroot-embedded-linux.md)
37+
* [Yocto embedded Linux](installation/linux/yocto-embedded-linux.md)
38+
* [Buildroot embedded Linux](installation/linux/buildroot-embedded-linux.md)
3639
* [Docker](installation/docker.md)
3740
* [Containers on AWS](installation/aws-container.md)
3841
* [Amazon EC2](installation/amazon-ec2.md)
3942
* [Kubernetes](installation/kubernetes.md)
4043
* [macOS](installation/macos.md)
4144
* [Windows](installation/windows.md)
42-
* [Yocto embedded Linux](installation/yocto-embedded-linux.md)
43-
* [Buildroot embedded Linux](installation/buildroot-embedded-linux.md)
4445

4546
## Administration
4647

installation/sources/download-source-code.md renamed to installation/downloads/source.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@ git clone https://github.com/fluent/fluent-bit
2323

2424
The `master` branch is where the development of Fluent Bit happens. Development version users should expect issues when compiling or at run time.
2525

26-
Fluent Bit users are encouraged to help test every development version to ensure a stable release.
26+
Fluent Bit users are encouraged to help test every development version to ensure a
27+
stable release.
28+
29+
## Next step
30+
31+
After downloading Fluent Bit, install it using one of the following methods:
32+
33+
- [Build and install](./source/build-and-install.md)
34+
- [Build with a static configuration](./source/build-with-static-configuration.md)
File renamed without changes.
File renamed without changes.

installation/linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Linux packages
22

3+
Fluent Bit is available for a variety of Linux distributions and embedded Linux systems.
4+
35
The most secure option is to create the repositories according to the instructions for your specific OS.
46

57
An installation script is provided for use with most Linux targets. This will by default install the most recent version released.

installation/sources/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)