Skip to content

Commit 83f0e25

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

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 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.1.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.1.tar.gz
56-
tar zxvf opensourcecobol4j-v1.1.1.tar.gz
57-
cd opensourcecobol4j-1.1.1
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
5858
./configure --prefix=/usr/
5959
make
6060
sudo make install
@@ -93,15 +93,16 @@ Then, libcobj.jar will be created in `libcobj/app/build/libs/`.
9393
2. Open PowerShell
9494
3. Move to "win" directory and execute make-install.ps1.
9595
![alt text](image/readme4.png)
96-
* The files will be placed in the following locations respectively.
97-
* If you want to change the placement location of the files, modify make-install.ps1.
96+
* Each file is placed in the following location.
9897

99-
| Files name | Location |
98+
| File name | Location |
10099
|---|---|
101100
| cobj.exe | C:\opensourcecobol4j\bin |
102101
| libcobj.jar | C:\opensourcecobol4j\lib |
103102
| config files | C:\opensourcecobol4j\config |
104103

104+
* If you want to change the location of the files, modify make-install.ps1.
105+
105106
### Set the environment variables
106107
1. Add C:\opensourcecobol4j\bin to the PATH environment variable.
107108
2. Add C:\opensourcecobol4j\lib\libcobj.jar to the CLASSPATH environment variable.
@@ -112,7 +113,7 @@ Then, libcobj.jar will be created in `libcobj/app/build/libs/`.
112113
The docker container for opensource COBOL 4J is available.
113114

114115
```bash
115-
docker pull opensourcecobol/opensourcecobol4j:1.1.1
116+
docker pull opensourcecobol/opensourcecobol4j:1.1.0
116117
```
117118

118119
Execute the following commands in order to run the "Hello World" COBOL program.
@@ -141,12 +142,7 @@ Run.
141142
java [PROGRAM-ID]
142143
```
143144

144-
## API reference of the runtime library
145-
146-
The API reference of the runtime library `libcobj.jar` is available [here](https://opensourcecobol.github.io/opensourcecobol4j/javadoc/libcobj/index.html)
147-
148-
## The progress of the development
149-
145+
## Development Progress
150146

151147
Implemented.
152148

@@ -160,11 +156,11 @@ Implemented.
160156
* Sort statements
161157
* Embedded functions (ACOS, LENGTH, MAX, ...)
162158

163-
## The status of NIST85 test
159+
## Status of NIST85 test
164160

165-
opensource COBOL 4J is tested using [NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)
161+
opensource COBOL 4J is tested using [NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm).
166162

167-
The result of NIST COBOL85 main test suites
163+
The result of NIST COBOL85 main test suites:
168164

169165
```
170166
------ Directory Information ------- --- Total Tests Information ---
@@ -184,7 +180,7 @@ RL 32 32 0 0 1827 0 5 0 1832 Relativ
184180
Total 361 361 0 0 8804 0 21 93 8918
185181
```
186182

187-
The result of nist cobol85 extra test suites
183+
The result of nist cobol85 extra test suites:
188184

189185
```
190186
------ directory information ------- --- total tests information ---

0 commit comments

Comments
 (0)