Skip to content

Commit b281c96

Browse files
authored
Fixed typo on paragraph sonic-net#40
* plus minor formatting proposals
1 parent f682e7b commit b281c96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Mellanox: [![Mellanox](https://sonic-jenkins.westus2.cloudapp.azure.com/job/mell
3737

3838
# Description
3939

40-
Following is the instruction on how to build an [(ONIE)](https://github.com/opencomputeproject/onie) compatiable network operating system (NOS) installer image for network switches, and also how to build docker images running inside the NOS. Note that SONiC image are build per ASIC platform. Switches using the same ASIC platform share a common image. For a list of supported switches and ASIC, please refer to this [list](https://github.com/Azure/SONiC/wiki/Supported-Devices-and-Platforms)
40+
Following is the instruction on how to build an [(ONIE)](https://github.com/opencomputeproject/onie) compatible network operating system (NOS) installer image for network switches, and also how to build docker images running inside the NOS. Note that SONiC image are build per ASIC platform. Switches using the same ASIC platform share a common image. For a list of supported switches and ASIC, please refer to this [list](https://github.com/Azure/SONiC/wiki/Supported-Devices-and-Platforms)
4141

4242
# Hardware
4343
Any server can be a build image server. We are using a server with 1T hard disk. The OS is Ubuntu 16.04.
@@ -125,11 +125,11 @@ It is recommended to use clean targets to clean all packages that are built toge
125125
- If you are running make for the first time, a sonic-slave-${USER} docker image will be built automatically.
126126
This may take a while, but it is a one-time action, so please be patient.
127127

128-
- The root user account is disabled. However, the created user can sudo.
128+
- The root user account is disabled. However, the created user can `sudo`.
129129

130-
- The target directory is ./target, containing the NOS installer image and docker images.
131-
- sonic-generic.bin: SONiC switch installer image (ONIE compatiable)
132-
- sonic-aboot.bin: SONiC switch installer image (Aboot compatiable)
130+
- The target directory is `./target`, containing the NOS installer image and docker images.
131+
- sonic-generic.bin: SONiC switch installer image (ONIE compatible)
132+
- sonic-aboot.bin: SONiC switch installer image (Aboot compatible)
133133
- docker-base.gz: base docker image where other docker images are built from, only used in build process (gzip tar archive)
134134
- docker-database.gz: docker image for in-memory key-value store, used as inter-process communication (gzip tar archive)
135135
- docker-fpm.gz: docker image for quagga with fpm module enabled (gzip tar archive)
@@ -146,7 +146,7 @@ This may take a while, but it is a one-time action, so please be patient.
146146

147147
## Contribution Guide
148148

149-
All contributors must sign a contribution license agreement before contributions can be accepted. Contact [email protected].
149+
All contributors must sign a contribution license agreement before contributions can be accepted. Contact [[email protected]](mailto:[email protected]).
150150

151151
## GitHub Workflow
152152

0 commit comments

Comments
 (0)