From 82f73c4412ce21bd0645a500b47293614f101e4a Mon Sep 17 00:00:00 2001 From: Jim Grady Date: Thu, 11 Apr 2024 20:58:32 -0400 Subject: [PATCH] Edits to README for standalone installer (#3055) --- installer/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/installer/README.md b/installer/README.md index 06ab5c9cf9..8096138605 100644 --- a/installer/README.md +++ b/installer/README.md @@ -130,11 +130,12 @@ web browsers used to enter and cleanup the data. Having a secure connection prev to override their security settings. _The Combine_ refreshes its certificate when it is connected to the Internet via a wired Ethernet connection. A -certificate will be valid for a time between 60 and 90 days. You can use `combinectl` to view when your current -certificate will expire, for example: +certificate will be valid for a time between 60 and 90 days. You can use the command `combinectl cert` to view when your +current certificate will expire, for example: ```console - +$combinectl cert +Web certificate expires at Jul 8 08:54:11 2024 GMT ``` ## Advanced Installation Options @@ -155,6 +156,6 @@ To run `combine-installer.run` with options, the option list must be started wit | Command | Effect | | ------------------------------------------ | ------------------------------------------------------------ | -| `./combine-installer.run -- v1.16.0` | Install version `v1.16.0` of _The Combine_. | -| `./combine-installer.run -- update v2.1.0` | Update an existing Combine installation to version `v2.1.0` | +| `./combine-installer.run -- v1.1.6` | Install version `v1.1.6` of _The Combine_. | +| `./combine-installer.run -- update v1.2.1` | Update an existing Combine installation to version `v1.2.1` | | `./combine-installer.run -- restart` | Restart the current installation process from the beginning. |