I am working on a tutorial for my students that looks like:
- Open your terminal (Command Prompt, PowerShell, or Git Bash on Windows; Terminal on macOS/Linux).
- Navigate to the directory where you want to store your project using the `cd` command. For example:
```bash
cd path/to/your/directory
```
- Once you are in the right directory, *clone* the repository by copying the `HTTPS` in to the top right of your GitHub repository page, and running the following command:
```bash
git clone <PASTE_URL_HERE>
```
For the code blocks, I would like to a “terminal” style with potentially a prompt. Does a package like that exist or can simple styling get the job done?