| ... | @@ -19,7 +19,7 @@ A general-purpose programming language and toolchain for maintaining | ... | @@ -19,7 +19,7 @@ A general-purpose programming language and toolchain for maintaining |
| 19 | [](https://dev.azure.com/ziglang/zig/_build/latest?definitionId=1&branchName=master) | 19 | [](https://dev.azure.com/ziglang/zig/_build/latest?definitionId=1&branchName=master) |
| 20 | | 20 | |
| 21 | Note that you can | 21 | Note that you can |
| 22 | [download a binary of master branch](https://ziglang.org/download/#release-master) or | 22 | [download a binary of the master branch](https://ziglang.org/download/#release-master) or |
| 23 | [install Zig from a package manager](https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager). | 23 | [install Zig from a package manager](https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager). |
| 24 | | 24 | |
| 25 | ### Stage 1: Build Zig from C++ Source Code | 25 | ### Stage 1: Build Zig from C++ Source Code |
| ... | @@ -111,10 +111,10 @@ stage2/bin/zig build install -Drelease | ... | @@ -111,10 +111,10 @@ stage2/bin/zig build install -Drelease |
| 111 | | 111 | |
| 112 | The ultimate goal of the Zig project is to serve users. As a first-order | 112 | The ultimate goal of the Zig project is to serve users. As a first-order |
| 113 | effect, this means users of the compiler, helping programmers to write better | 113 | effect, this means users of the compiler, helping programmers to write better |
| 114 | software. Even more important, however, are the end users. | 114 | software. Even more important, however, are the end-users. |
| 115 | | 115 | |
| 116 | Zig is intended to be used to help **end users** accomplish their goals. Zig | 116 | Zig is intended to be used to help **end-users** accomplish their goals. Zig |
| 117 | should be used to empower end users, never to exploit them financially or to | 117 | should be used to empower end-users, never to exploit them financially, or to |
| 118 | limit their freedom to interact with hardware or software in any way. | 118 | limit their freedom to interact with hardware or software in any way. |
| 119 | | 119 | |
| 120 | However, such problems are best solved with social norms, not with software | 120 | However, such problems are best solved with social norms, not with software |
| ... | @@ -122,7 +122,7 @@ licenses. Any attempt to complicate the software license of Zig would risk | ... | @@ -122,7 +122,7 @@ licenses. Any attempt to complicate the software license of Zig would risk |
| 122 | compromising the value Zig provides. | 122 | compromising the value Zig provides. |
| 123 | | 123 | |
| 124 | Therefore, Zig is available under the MIT (Expat) License, and comes with a | 124 | Therefore, Zig is available under the MIT (Expat) License, and comes with a |
| 125 | humble request: use it to make software better serve the needs of end users. | 125 | humble request: use it to make software better serve the needs of end-users. |
| 126 | | 126 | |
| 127 | This project redistributes code from other projects, some of which have other | 127 | This project redistributes code from other projects, some of which have other |
| 128 | licenses besides MIT. Such licenses are generally similar to the MIT license | 128 | licenses besides MIT. Such licenses are generally similar to the MIT license |