|
23 | 23 | * [Motivation and Philosophy](#motivation-and-philosophy)
|
24 | 24 | * [Feature Overview](#feature-overview)
|
25 | 25 | * [**Downloads**](#downloads)
|
26 |
| - * [Software Repositories](#software-repositories) |
27 |
| - * [Contributor Binaries](#contributor-binaries) |
28 |
| - * [Source Code](#source-code) |
| 26 | +* [Source Code](#source-code) |
29 | 27 | * [**FAQ**](#faq)
|
30 | 28 | * [Building Instructions](#building-instructions)
|
31 | 29 | * [Design Documentation](#design-documentation)
|
@@ -103,34 +101,21 @@ Other platforms are discussed and tracked in this repository's Issue Tracker. Le
|
103 | 101 |
|
104 | 102 | ## Downloads
|
105 | 103 |
|
106 |
| -*To download and run ungoogled-chromium:* |
| 104 | +[**Download binaries from here**](//ungoogled-software.github.io/ungoogled-chromium-binaries/) |
107 | 105 |
|
108 |
| -* Download from [Software Repositories](#software-repositories) if your system is supported. |
109 |
| -* Otherwise, download [Contributor Binaries](#contributor-binaries). |
| 106 | +*NOTE: These binaries are provided by anyone who are willing to build and submit them. Because these binaries are not necessarily [reproducible](https://reproducible-builds.org/), authenticity cannot be guaranteed; In other words, there is always a non-zero probability that these binaries may have been tampered with. In the unlikely event that this has happened to you, please [report it in a new issue](#contributing-reporting-contacting).* |
110 | 107 |
|
111 |
| -To build ungoogled-chromium, see [Source Code](#source-code). |
| 108 | +These binaries are known as **contributor binaries**. |
112 | 109 |
|
113 |
| -### Software Repositories |
114 |
| - |
115 |
| -*Install and run ungoogled-chromium from a software repository:* |
| 110 | +Also, ungoogled-chromium is available in several **software repositories**: |
116 | 111 |
|
117 | 112 | * Arch Linux: [Available in AUR as `ungoogled-chromium`](https://aur.archlinux.org/packages/ungoogled-chromium/)
|
118 | 113 | * NOTE: `ungoogled-chromium-bin` is *not* officially part of ungoogled-chromium. Please submit all issues to the maintainer of the PKGBUILD.
|
119 | 114 | * Gentoo Linux: [`::chaoslab`](https://gitlab.com/chaoslab/chaoslab-overlay) overlay maintains an *unofficial* [`ungoogled-chromium`](https://gitlab.com/chaoslab/chaoslab-overlay/tree/master/www-client/ungoogled-chromium) ebuild.
|
120 | 115 | * GNU Guix: Available as `ungoogled-chromium`.
|
121 | 116 | * macOS cask: Available as `eloston-chromium`
|
122 | 117 |
|
123 |
| -### Contributor Binaries |
124 |
| - |
125 |
| -*Download, install, and run ungoogled-chromium from machine code provided by volunteers.* |
126 |
| - |
127 |
| -[**Download from here**](//ungoogled-software.github.io/ungoogled-chromium-binaries/) |
128 |
| - |
129 |
| -**IMPORTANT**: These binaries are provided by anyone who are willing to build and submit them. Because these binaries are not necessarily [reproducible](https://reproducible-builds.org/), authenticity cannot be guaranteed; In other words, there is always a non-zero probability that these binaries may have been tampered with. In the unlikely event that this has happened to you, please [report it in a new issue](#contributing-reporting-contacting). |
130 |
| - |
131 |
| -To contribute binaries, [consult the instructions in the ungoogled-chromium-binaries repository](//github.com/ungoogled-software/ungoogled-chromium-binaries) |
132 |
| - |
133 |
| -### Source Code |
| 118 | +## Source Code |
134 | 119 |
|
135 | 120 | This repository contains the common code for all platforms. To build ungoogled-chromium for a specific platform, [consult the repository for that plaform](docs/platforms.md).
|
136 | 121 |
|
|
0 commit comments