From ae916754f7e7c95062590fdb75cc6bb5dff0921f Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Wed, 12 Jul 2023 13:53:26 +0100 Subject: [PATCH] README.md typos #23 Spelling, comments re branch names, & zypper missing 'install'. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c780cff..d82e35e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ zypper --non-interactive install --no-recommends git cd /opt git clone https://github.com/your_github_username/rockstor-rpmbuild.git cd rockstor-rpmbuild/ -git checkout testing # or stable, or your issue branch +git checkout testing # or 'master' branch (stable), or your issue specific branch ``` For specific git branches re making/submitting back changes see the [Making changes](https://rockstor.com/docs/contribute/contribute.html#making-changes) @@ -110,9 +110,9 @@ All official Rockstor packages, and their host repositories, are signed by the p As such a hand/custom-built package will have no signature. Options: 1) The fix is to sign you rpm. -2) The workaround (reasonable for development testing) is to ignoe gpg checks via e.g.: +2) The workaround (reasonable for development testing) is to ignore gpg checks via e.g.: ```shell - zypper --no-gpg-checks /usr/src/packages/RPMS/x86_64/rockstor-4.5.7-0.x86_64.rpm + zypper --no-gpg-checks install /usr/src/packages/RPMS/x86_64/rockstor-4.5.7-0.x86_64.rpm ``` ### RPM relocation