Skip to content

Commit 6a09db8

Browse files
committed
fix typo in README.md
1 parent 3080c0f commit 6a09db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This project is written in Python and is displayed in jupyter notebooks.
1919

2020
You need to install:
2121
1. [Docker](https://docs.docker.com/get-docker/)
22-
1. The **source-to-image** (s2i) tool is also required to build the docker images used in the demo. S2I can be downloaded [here](https://github.com/openshift/source-to-image). The website gives instructions for installing on other platforms.
22+
1. The **source-to-image** (s2i) tool is also required to build the docker images used in the demo. S2I can be downloaded [here](https://github.com/openshift/source-to-image). The website gives instructions for installing on other platforms like MACOS, Linux, Windows.
2323
Verify that **s2i** is in your PATH. If not, then edit your PATH and add the directory where **s2i** is installed. The **manage** script will look for the **s2i** executable on your PATH. If it is not found you will get a message asking you to download and set it on your PATH.
2424
- If you are using a Mac and have Homebrew installed, the following command will install s2i: `brew install source-to-image`
2525
- If you are using Linux, go to the [releases](https://github.com/openshift/source-to-image/releases/latest) page and download the correct distribution for your machine. Choose either the linux-386 or the linux-amd64 links for 32 and 64-bit, respectively. Unpack the downloaded tar with `tar -xvf "Release.tar.gz"`

0 commit comments

Comments
 (0)