Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to the YouTube videos, which are now public #80

Merged
merged 4 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ running the application in various environments.
If you'd like to jump right in and run the OMS locally, clone this
repository to your machine and follow the steps below. Unless otherwise
noted, you should execute the commands from the root directory of your
clone.
clone.

You can also see a demonstration of these steps in the _[Setting
up and running the OMS](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2)_ video, part of a [four-part video series](https://www.youtube.com/playlist?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS.

### Required Software
You will need [Go](https://go.dev/) to run the core OMS application,
Expand Down
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
![OMS logo](images/oms-logo.png)

The documentation for the Order Management System reference application
is organized into multiple sections:
is organized into multiple sections. You may also be interested in
watching our [four-part video series](https://www.youtube.com/playlist?list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), which explains the OMS and demonstrates
several ways of running it.

## Understanding the OMS
* [Overview](overview.md):
Expand Down