From da841cd24abd28bf7038ed6b7cac968d0fb7acde Mon Sep 17 00:00:00 2001 From: louie Date: Sat, 28 Aug 2021 13:40:24 -0700 Subject: Created README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffc584f --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Introduction + +**update-ungoogled-chromium** is a bash script that can help to automate installation and updating of [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium). The script parses the [atom feed](https://raw.githubusercontent.com/ungoogled-software/ungoogled-chromium-binaries/master/feed.xml) to check if a newer version of ungoogled-chromium is available, and prompts the user whether they would like to install it if there is. + +*Note: update-ungoogled-chromium sources contributor binaries, which are not necessarily reproducible. For more information, see the note [here](https://github.com/Eloston/ungoogled-chromium#downloads)* + +## Dependencies + +- bash +- curl +- xml2 + +## Supported Platforms + +Currently, update-ungoogled-chromium can target the following platforms: + +- Portable Linux 64-bit -- cgit