Skip to content

Commit db7e0c4

Browse files
committed
fix readme as #451
1 parent e9bcc2b commit db7e0c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
A Visual Studio Code extension for interacting with Red Hat OpenShift using a local instance of OpenShift clusters providing a streamlined developer experience. This extension is currently in Preview Mode and supports only Java and Node.js components. We will be supporting other languages in the future releases.
1212

13-
We currently only support local OpenShift cluster using [minishift](https://github.com/minishift/minishift/releases) / [CDK](https://developers.redhat.com/products/cdk/download/).
13+
To run the instance of OpenShift cluster locally, developers can use [minishift](https://github.com/minishift/minishift/releases) / [CDK](https://developers.redhat.com/products/cdk/download/). Currently all clusters are supported, but with some limitations for OpenShift Online Pro where additional storage might be required to create more that two components.
1414

1515
## Commands and features
1616

@@ -82,12 +82,13 @@ This extension uses two CLI tools to interact with OpenShift cluster:
8282
* OpenShift Do tool - [odo](https://github.com/redhat-developer/odo/releases)
8383

8484
> If `oc` and `odo` tools are located in a directory from `PATH` environment variable they will be used automatically.
85-
The extension will detect these dependencies and prompt the user to download and install if not present.
86-
87-
----------------------------------------------------------------------------------------------------------------------------------------
85+
The extension will detect these dependencies and prompt the user to install if they are missing - choose `Download & Install` when you see an notification for the missing tool.
8886

8987
**NOTE:** This extension is in Preview mode. So the extension support for OpenShift is strictly experimental - assumptions may break, and commands and behavior may change!
9088

89+
## Release notes
90+
91+
See the [change log](CHANGELOG.md).
9192

9293
Contributing
9394
============

0 commit comments

Comments
 (0)