---
title: "Download the Workshop Code"
chapter: false
weight: 51
pre: "5.1 "
---
The code is located at [https://github.com/jfrogtraining/pagerduty-workshop](https://github.com/jfrogtraining/pagerduty-workshop) GitHub repository. We will clone this repo locally in order to pull the required workshop files.
1. Go to [https://github.com/jfrogtraining/pagerduty-workshop](https://github.com/jfrogtraining/pagerduty-workshop) and fork this repository to your GitHub account.
2. In your Cloud9 terminal, clone this repository to your local directory with the following command.
```
git clone git@github.com:/pagerduty-workshop.git
```
