Skip to content

Commit

Permalink
README.rhel.md structure change, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbegl committed Mar 3, 2021
1 parent f0f005b commit b0c83ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/dock
SELinux is not currently supported: `pelion-relay-term` service will be killed when SELinux is enabled.
SELinux has to be disabled, set to permissive or `node` binary should be excluded. More details about SELinux and its configuration here: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/index

### Package installation
## Target package installation
1. Before installing packages make sure that you have subscription enabled and EPEL, CodeReady and Docker repositories are enabled (see [RHEL repositories](#rhel-Repositories) and [Docker](#docker)).
2. Copy content of `build/deploy/rpm/<distro>/<arch>` and `build/deploy/rpm/<distro>/noarch/` to target system (where `<arch>` is `amd64` or `arm64` and `<distro>` is `rhel8` or `centos8`).

3. To install use `yum` command, for example if all packages are in one directory run:
3. To install use `yum` command, for example if all packages are in current directory run:
```bash
sudo yum install *.rpm`
sudo yum install *.rpm
```
Please note that `mbed-edge-core` and `mbed-edge-core-devmode` cannot be installed simultaneously.

Expand Down

0 comments on commit b0c83ed

Please sign in to comment.