Skip to content

Commit e9bc499

Browse files
authored
Update getting started instructions
Signed-off-by: Mike Bauer <[email protected]>
1 parent 98a8fa4 commit e9bc499

File tree

1 file changed

+9
-2
lines changed
  • COBOL Programming Course #3 - Advanced Topics

1 file changed

+9
-2
lines changed

COBOL Programming Course #3 - Advanced Topics/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ This project is a set of training materials and labs for an Advanced Topics cour
44

55
## How to get started
66

7-
There are currently no official releases of COBOL Programming Course #3 - Advanced Topics. All content remains in development. We encourage you to view and contribute to the [book](COBOL%30Programming%30Course%30%333%30-%30Advanced%30Topics.md) :)
7+
To begin, select a recent [release](https://github.com/openmainframeproject/cobol-programming-course/releases) of the course. Under a given release, you should see two assets.
8+
9+
- The COBOL Programming Course #3 - Advanced Topics PDF asset contains the course instructions.
10+
- The Source code asset contains everything that was in the project when the release was published.
11+
12+
To complete the course, you will also need to do one of the following:
13+
- Select a [provider](#providers) below and follow their registration process. Once complete, you should be given system details to use in the course.
14+
- Upload the source code for the course (located in the Labs folder) to your mainframe environment.
815

916
If you run into any issues, please don't hesitate to reach out on our [slack channel](https://openmainframeproject.slack.com/archives/C011NE32Z1T).
1017

@@ -20,4 +27,4 @@ A PDF can be built using the following [pandoc](https://pandoc.org/) command. No
2027

2128
```
2229
pandoc "COBOL Programming Course #3 - Advanced Topics.md" -o "COBOL Programming Course #3 - Advanced Topics.pdf" --number-sections --toc -B Front_Matter.tex --listings
23-
```
30+
```

0 commit comments

Comments
 (0)