Updated README.md to v0.2.0
This commit is contained in:
parent
f7dff7e7d8
commit
bb181e630c
27
README.md
27
README.md
|
|
@ -6,24 +6,29 @@ Currently this program can only update the Beta release of Microsoft Edge for am
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
Usage: updater [OPTION]
|
Usage: updater [OPTION]
|
||||||
Microsoft Edge Updater (0.1.4) - An updater program which can install the latest available version of Microsoft Edge to non-Debian-based Linux distros.
|
Microsoft Edge Updater (0.2.0) - An updater program which can install the latest available version of Microsoft Edge to non-Debian-based Linux distros.
|
||||||
|
|
||||||
DISCLAIMER: Currently this program can only update the Beta release of Microsoft Edge for amd64 architectures.
|
DISCLAIMER: Currently this program has only updated Microsoft Edge for amd64 architectures, other architectures might be possible but not tested.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-nn, --no-notify Prevent notifications from being set after a session.
|
-nn, --no-notify Prevent notifications from being set after a session.
|
||||||
--mode= Set the mode of the program to be ran in. Default mode occurs without this flag.
|
-c, --set-channel= Change the channel to be updated for Microsoft Edge. Will default to the value defined in souce.list if flag is not present.
|
||||||
* debug - run program in debug mode.
|
* beta - update Beta channel release.
|
||||||
-y, --yes-all Assume yes to all yes/no decisions.
|
* dev - update Dev channel release.
|
||||||
-v, --version Print out the version of the script and exit.
|
-q, --quiet Operate strictly with no output on STDOUT or STDERR, prompts will NOT assume yes however. Logging still occurs in background.
|
||||||
-h, --help Print this help message and exit
|
--mode= Set the mode of the program to be ran in. Default mode occurs without this flag.
|
||||||
|
* debug - run program in debug mode.
|
||||||
|
--full-clean Remove all content generated by updater after a session, this includes all logs.
|
||||||
|
-y, --yes-all Assume yes to all yes/no decisions.
|
||||||
|
-v, --version Print out the version of the script and exit.
|
||||||
|
-h, --help Print this help message and exit
|
||||||
```
|
```
|
||||||
|
|
||||||
## Information
|
## Information
|
||||||
* Program Name - Microsoft Edge Updater
|
* Program Name - Microsoft Edge Updater
|
||||||
* Script Name - `updater`
|
* Script Name - `updater`
|
||||||
* Version - 0.1.4
|
* Version - 0.2.0
|
||||||
* Synopsis - update Microsoft Edge (Beta) to the latest release.
|
* Synopsis - update Microsoft Edge to the latest release.
|
||||||
* Author(s) - Ethan Smith-Coss (No contact)
|
* Author(s) - Ethan Smith-Coss (No contact)
|
||||||
* Contributors - Robert Morrison, Documentation
|
* Contributors - Robert Morrison, Documentation
|
||||||
* License - GNU GPLv3+
|
* License - GNU GPLv3+
|
||||||
|
|
@ -33,7 +38,7 @@ For more in-depth documentation on `updater`, view the manpage in markdown form
|
||||||
Alternatively you can view the manpage from your terminal by downloading the project.
|
Alternatively you can view the manpage from your terminal by downloading the project.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://robmc.duckdns.org/git/TheOnePath/Microsoft-Edge-Updater
|
$ git clone https://robmc.duckdns.org/git/TheOnePath/Microsoft-Edge-Updater/src/branch/main
|
||||||
$ cd Microsoft-Edge-Updater/
|
$ cd Microsoft-Edge-Updater/
|
||||||
$ man ./updater.1
|
$ man ./updater.1
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user