Skip to content

Commit e78132c

Browse files
committed
README.md: Fixed installation info
1 parent ea04ece commit e78132c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are two ways that you can execute this script.
3030

3131
* __1st way__:
3232
```Shell
33-
sudo ./installOracleJDK
33+
sudo ./installOracleJDK.sh
3434
```
3535
In order to use this way, you have to download the '_.tar.gz_' file of
3636
your choice from _oracle.com_ and save it inside the __Downloads__ directory of
@@ -40,7 +40,7 @@ script to enter /home/_username_/Downloads/ and search for the file to be instal
4040

4141
* __2nd way__:
4242
```Shell
43-
sudo ./installOracleJDK [absolute-path-of-directory]
43+
sudo ./installOracleJDK.sh [absolute-path-of-directory]
4444
```
4545
This way allows you to provide the __absolute__ path of the directory containing
4646
the '_.tar.gz_' file as a command line argument, in order to override the default

0 commit comments

Comments
 (0)