We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Quick Start Section

If the reader is interested enough in the "what" and the "why", now it's time to show them "how"! This section should have the minimum number of steps they need to take to use your project.

Keep it as simple as possible! Here's an example:

## 🚀 Quick Start

### 1. Install zipzod using the Go toolchain

```bash
# Install Zipzod
go install github.com/xyz/zipzod@latest

# Compress an "input" Directory Into an "output.zip" File
zipzod -i ./input -o ./output.zip
```

Or, if your project is a deployed web application, it might be even simpler:

## 🚀 Quick Start

1. Navigate to [zipzod.xyz](https://zipzod.xyz) and upload your file!
2. Click the download link when it's done compressing!

If your project is hard to use, make it easier! If you've made it as easy as possible and it's still a pain in the butt, be sure that you have a video or GIF or something in addition to the quick start section in case the reader doesn't have time to try it out themselves.

More Good Examples