Skip to content

Commit

Permalink
Fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Aug 15, 2024
1 parent 307dbd7 commit ce139bf
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ brew install [email protected]

## Installing a SNAPSHOT/DEVEL/BETA version

NOTE: The same steps apply to `hazelcast` and `hazelcast-enterprise` packages

### Install a SNAPSHOT/DEVEL/BETA version with apt

You need to replace `stable` with `snapshot`/`devel`/`beta` in
Expand All @@ -182,12 +180,7 @@ echo "deb [signed-by=/usr/share/keyrings/hazelcast-archive-keyring.gpg] https://
sudo apt update
```

Install Hazelcast (community edition)
```shell
sudo apt install hazelcast
```

or Hazelcast Enterprise (license required)
Install Hazelcast Enterprise (license required)
```shell
sudo apt install hazelcast-enterprise
```
Expand All @@ -205,12 +198,7 @@ wget https://repository.hazelcast.com/rpm/snapshot/hazelcast-rpm-snapshot.repo -
sudo mv hazelcast-rpm-snapshot.repo /etc/yum.repos.d/
```

Install Hazelcast (community edition)
```shell
sudo yum install hazelcast
```

or Hazelcast Enterprise (license required)
Install Hazelcast Enterprise (license required)
```shell
sudo yum install hazelcast-enterprise
```
Expand Down

0 comments on commit ce139bf

Please sign in to comment.