Skip to content

Commit

Permalink
Adds installation instructions for RHEL-based distros and linux insta…
Browse files Browse the repository at this point in the history
…llation from archive

Signed-off-by: Saahil Bhavsar <saahil_bhavsar@outlook.com>
  • Loading branch information
SaahilNotSahil committed Apr 12, 2024
1 parent c87223d commit 04892b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ sudo apt update
sudo apt install spok
```

#### RHEL-based Distros (RHEL, Fedora, CentOS, etc.):

- You can install by running the following commands

```shell
curl -s https://packagecloud.io/install/repositories/SaahilNotSahil/spok/script.rpm.sh?any=true | sudo bash
sudo rpm install spok
```

#### From archive:

- Download the latest release (`spok_<version>_linux_<amd64/arm64>.tar.gz`) from [here](https://github.com/devlup-labs/spok/releases).
- Extract the `tar.gz` file and run the installer script
```shell
tar zxvf spok_<version>_linux_<amd64/arm64>.tar.gz
chmod +x install.sh
./install.sh
```
- SPoK is now installed on your system in the `/usr/bin` directory, which is already in the PATH.

### Mac:

#### Homebrew
Expand Down

0 comments on commit 04892b5

Please sign in to comment.