Skip to content

Commit a3180c4

Browse files
committed
Fix README.md
1 parent 83f0e25 commit a3180c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ dnf install -y java-21-amazon-corretto-devel gcc make bison flex automake autoco
5252

5353
### Install opensource COBOL 4J
5454
```
55-
curl -L -o opensourcecobol4j-v1.1.0.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.0.tar.gz
56-
tar zxvf opensourcecobol4j-v1.1.0.tar.gz
57-
cd opensourcecobol4j-1.1.0
55+
curl -L -o opensourcecobol4j-v1.1.1.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.0.tar.gz
56+
tar zxvf opensourcecobol4j-v1.1.1.tar.gz
57+
cd opensourcecobol4j-1.1.1
5858
./configure --prefix=/usr/
5959
make
6060
sudo make install
@@ -113,7 +113,7 @@ Then, libcobj.jar will be created in `libcobj/app/build/libs/`.
113113
The docker container for opensource COBOL 4J is available.
114114

115115
```bash
116-
docker pull opensourcecobol/opensourcecobol4j:1.1.0
116+
docker pull opensourcecobol/opensourcecobol4j:1.1.1
117117
```
118118

119119
Execute the following commands in order to run the "Hello World" COBOL program.

0 commit comments

Comments
 (0)