Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edits to README for standalone installer #3055

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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. |
Loading