Skip to content

Commit 8427ea6

Browse files
authored
Update build_install_envoy.md
minor editorial amends
1 parent d0edb36 commit 8427ea6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/learning-paths/servers-and-cloud-computing/envoy/build_install_envoy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ weight: 2 # 1 is first, 2 is second, etc.
88
layout: "learningpathall"
99
---
1010

11-
Envoy is an open-source, high-performance proxy service initially developed by Lyft and now maintained by the Cloud Native Computing Foundation (CNCF). It is designed to be a scalable, flexible, and low-latency service proxy, particularly well-suited for microservices architectures and containerized applications.
11+
Envoy is an open-source, high-performance proxy service initially developed by Lyft and now maintained by the Cloud Native Computing Foundation (CNCF). It is designed to be a scalable, flexible, and low-latency service proxy, particularly well-suited for microservice architectures and containerized applications.
1212

1313
### Before you begin
1414

15-
In this section you will learn about different options to install, configure and connect to your Envoy server. If you already know how to deploy a Envoy server, you can skip this learning path, and instead explore the [Learn how to Tune Envoy](/learning-paths/servers-and-cloud-computing/envoy_tune/) learning path.
15+
In this section you will learn about the different options available to install, configure and connect to your Envoy server. If you already know how to deploy a Envoy server, you can skip this learning path, and instead explore the [Learn how to Tune Envoy](/learning-paths/servers-and-cloud-computing/envoy_tune/) learning path.
1616

1717
### Arm deployment options
1818

@@ -31,11 +31,11 @@ There are numerous ways to deploy Envoy on Arm: bare metal, cloud VMs, or the va
3131

3232
### Envoy installation options
3333

34-
You can install Envoy in a few different ways. The recommended ways are to download the latest Envoy [binary](https://github.com/envoyproxy/envoy/releases) for your target Arm platform or build it from source. You can follow the steps in this section to build envoy from source.
34+
You can install Envoy in a few different ways. The recommended ways are to download the latest Envoy [binary](https://github.com/envoyproxy/envoy/releases) for your target Arm platform or build it from source. You can follow the steps in this section to build Envoy from source.
3535

3636
## Install Bazel
3737

38-
To build Envoy from source you will use Bazel.
38+
To build Envoy from source you will need to use Bazel.
3939

4040
On your Ubuntu Linux Arm machine, run the following commands to install Bazel:
4141

@@ -63,7 +63,7 @@ sudo apt-get install \
6363

6464
### Build Envoy from the source code
6565

66-
You will need to download and extract the prebuilt Clang+LLVM package from [LLVM official site](http://releases.llvm.org/download.html) as shown:
66+
You will need to download and extract the prebuilt Clang + LLVM package from [LLVM official site](http://releases.llvm.org/download.html) as shown below:
6767

6868
```console
6969
cd ~/

0 commit comments

Comments
 (0)