Skip to content

Commit

Permalink
Update README.md with OSS changes
Browse files Browse the repository at this point in the history
Since #204 OSS `SNAPSHOT`s are not published, so documentation is no longer required.

Also updated naming to `community edition` as per [updated naming](https://hazelcast.com/products/feature-comparison/)
  • Loading branch information
JackPGreen committed Aug 15, 2024
1 parent d11830d commit 307dbd7
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo "deb [signed-by=/usr/share/keyrings/hazelcast-archive-keyring.gpg] https://
sudo apt update
```

Install Hazelcast (open source)
Install Hazelcast (community edition)
```shell
sudo apt install hazelcast
```
Expand All @@ -60,7 +60,7 @@ sudo mv hazelcast-rpm-stable.repo /etc/yum.repos.d/
sudo yum install hazelcast
```

Install Hazelcast (open source)
Install Hazelcast (community edition)
```shell
sudo yum install hazelcast
```
Expand All @@ -82,7 +82,7 @@ Add repository
brew tap hazelcast/hz
```

Install Hazelcast (open source)
Install Hazelcast (community edition)
```shell
brew install hazelcast
```
Expand Down Expand Up @@ -182,7 +182,7 @@ echo "deb [signed-by=/usr/share/keyrings/hazelcast-archive-keyring.gpg] https://
sudo apt update
```

Install Hazelcast (open source)
Install Hazelcast (community edition)
```shell
sudo apt install hazelcast
```
Expand All @@ -205,7 +205,7 @@ wget https://repository.hazelcast.com/rpm/snapshot/hazelcast-rpm-snapshot.repo -
sudo mv hazelcast-rpm-snapshot.repo /etc/yum.repos.d/
```

Install Hazelcast (open source)
Install Hazelcast (community edition)
```shell
sudo yum install hazelcast
```
Expand All @@ -220,13 +220,6 @@ sudo yum install hazelcast-enterprise
You need to add `snapshot`/`devel`/`beta` suffix to the package version when
installing a snapshot.

Run the following to install the latest `snapshot` version of open-source Hazelcast:

```shell
brew tap hazelcast/hz
brew install hazelcast-snapshot
```

Run the following to install the latest `devel` version of Hazelcast Enterprise:

```shell
Expand Down

0 comments on commit 307dbd7

Please sign in to comment.